diff --git a/src/search.cpp b/src/search.cpp index 53ff9f5d9..1c3875cdc 100644 --- a/src/search.cpp +++ b/src/search.cpp @@ -857,7 +857,7 @@ Value Search::Worker::search( // The depth condition is important for mate finding. { auto futility_margin = [&](Depth d) { - Value futilityMult = 91 - 21 * !ss->ttHit; + Value futilityMult = 81 - 21 * !ss->ttHit; return futilityMult * d // - 2094 * improving * futilityMult / 1024 //