]> git.sesse.net Git - stockfish/blobdiff - src/search.cpp
Set LMRPVMoves to 10 instead of 14
[stockfish] / src / search.cpp
index 31aea4668e1dc622fb08bf2a1072f907e8da68e2..b4c08373444f8caf53c50d47ff6ac0edf04c1841 100644 (file)
@@ -916,7 +916,7 @@ namespace {
         else
         {
             if (   newDepth >= 3*OnePly
-                && i >= MultiPV + LMRPVMoves - 2 // Remove -2 and decrease LMRPVMoves instead ?
+                && i >= MultiPV + LMRPVMoves
                 && !dangerous
                 && !moveIsCapture
                 && !move_is_promotion(move)