]> git.sesse.net Git - stockfish/blobdiff - src/search.cpp
Increase LMR limit by one ply
[stockfish] / src / search.cpp
index c30fe92e35c2a048ac608873a03c886614f6db06..3862e27b74a1c4d6123441616cbcefa428a0f201 100644 (file)
@@ -1134,7 +1134,7 @@ split_point_start: // At split points actual search starts from here
           bool doFullDepthSearch = true;
           alpha = SpNode ? sp->alpha : alpha;
 
-          if (    depth >= 3 * ONE_PLY
+          if (    depth > 3 * ONE_PLY
               && !captureOrPromotion
               && !dangerous
               && !move_is_castle(move)