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 3fda064 commit b73ae56Copy full SHA for b73ae56
src/search.cpp
@@ -650,7 +650,7 @@ namespace {
650
assert(eval - beta >= 0);
651
652
// Null move dynamic reduction based on depth and value
653
- Depth R = (3 + depth / 4 + std::min((eval - beta) / PawnValueMg, 3)) * ONE_PLY;
+ Depth R = ((823 + 67 * depth) / 256 + std::min((eval - beta) / PawnValueMg, 3)) * ONE_PLY;
654
655
pos.do_null_move(st);
656
(ss+1)->skipEarlyPruning = true;
0 commit comments