X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fsearch.cpp;h=4a9bd7de047cea9911d9b55a4702fab07145a95b;hp=8be96e298ec17aa2936bb47c1150d79a02d518c2;hb=910f779eb1f432c3f90fc19c7824840e02cac837;hpb=f4c27cda1a6874550fcbf6cf991b0b9abe43ff39 diff --git a/src/search.cpp b/src/search.cpp index 8be96e29..4a9bd7de 100644 --- a/src/search.cpp +++ b/src/search.cpp @@ -1028,7 +1028,7 @@ moves_loop: // When in check, search starts from here continue; // Futility pruning: parent node (~5 Elo) - if ( lmrDepth < 6 + if ( lmrDepth < 8 && !ss->inCheck && ss->staticEval + 284 + 188 * lmrDepth <= alpha && (*contHist[0])[movedPiece][to_sq(move)]