X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fsearch.cpp;h=422d4b43a8268b702dd02943bb434c78e0d99262;hb=d09653df0d1bfec0af05ab2e8975e0d8e5cccba8;hp=898de87523f6dbd4d0c5090c62a938cdb4a53866;hpb=f154ed7a2d4176670cc971611b1b32e8d3d18b4b;p=stockfish diff --git a/src/search.cpp b/src/search.cpp index 898de875..422d4b43 100644 --- a/src/search.cpp +++ b/src/search.cpp @@ -1177,7 +1177,7 @@ moves_loop: // When in check, search starts here - 4433; // Decrease/increase reduction for moves with a good/bad history (~30 Elo) - r -= ss->statScore / 13628; + r -= ss->statScore / (13628 + 4000 * (depth > 7 && depth < 19)); // In general we want to cap the LMR depth search at newDepth, but when // reduction is negative, we allow this move a limited search extension