We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61149ac commit 035cb14Copy full SHA for 035cb14
src/search.cpp
@@ -857,7 +857,7 @@ Value Search::Worker::search(
857
// The depth condition is important for mate finding.
858
{
859
auto futility_margin = [&](Depth d) {
860
- Value futilityMult = 91 - 21 * !ss->ttHit;
+ Value futilityMult = 81 - 21 * !ss->ttHit;
861
862
return futilityMult * d //
863
- 2094 * improving * futilityMult / 1024 //
0 commit comments