X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fsearch.cpp;h=a745d3bfdd0ed16933a9d53dcd8f7ab830637940;hb=6d85f43e26cb8632337e67cea5ef88bab78121f3;hp=eefe5a3bcf94d3e7febab78fa9155529dd62104b;hpb=46a5cedc11bbad4a35f36aec660f270680008f37;p=stockfish diff --git a/src/search.cpp b/src/search.cpp index eefe5a3b..a745d3bf 100644 --- a/src/search.cpp +++ b/src/search.cpp @@ -1131,7 +1131,7 @@ moves_loop: // When in check, search starts here // Decrease further on cutNodes. (~1 Elo) if ( ss->ttPv && !likelyFailLow) - r -= cutNode && tte->depth() >= depth + 3 ? 3 : 2; + r -= cutNode && tte->depth() >= depth ? 3 : 2; // Decrease reduction if opponent's move count is high (~1 Elo) if ((ss-1)->moveCount > 8)