X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fsearch.cpp;h=9bba563a7796ba7ac0f5191e1c804a9f8998bbf9;hb=14b673d90f7f486becda4622eb1e8f4b63bb0785;hp=b8756d381397bd9aeed94a899a1e361695ff3b8d;hpb=e1f181ee643dcaa92c606b74b3abd23dede136cd;p=stockfish diff --git a/src/search.cpp b/src/search.cpp index b8756d38..9bba563a 100644 --- a/src/search.cpp +++ b/src/search.cpp @@ -1157,7 +1157,6 @@ moves_loop: // When in check, search starts from here // Increase reduction at root and non-PV nodes when the best move does not change frequently if ( (rootNode || !PvNode) - && thisThread->rootDepth > 10 && thisThread->bestMoveChanges <= 2) r++;