X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fsearch.cpp;h=c7e6fff053c7778cb469d6a4b1c9841279596783;hb=fe0dca12f1207a3a1ecca678d7d13bc533fd5332;hp=697c8cfed1f3100eb25f80b7ab43cbb50c6c87fa;hpb=3e5a817fd243bf395474c88b3bf351e57e56a119;p=stockfish diff --git a/src/search.cpp b/src/search.cpp index 697c8cfe..c7e6fff0 100644 --- a/src/search.cpp +++ b/src/search.cpp @@ -1136,9 +1136,9 @@ moves_loop: // When in check, search starts here if (ttCapture) r++; - // Decrease reduction for PvNodes based on depth (~2 Elo) + // Decrease reduction for PvNodes (~2 Elo) if (PvNode) - r -= 1 + (depth < 6); + r--; // Decrease reduction if ttMove has been singularly extended (~1 Elo) if (singularQuietLMR)