X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fsearch.cpp;h=de343144b4c02efac3fe56c482c6f3bb244c7fea;hp=b4e9b14c6c5073c540cb33fc5657c80991a96ba2;hb=15eb59683ed00a4b1fba9eec609f0e1ce2442b79;hpb=620cfbb6760911a9f2ce188cd7244d86a76953c2;ds=sidebyside diff --git a/src/search.cpp b/src/search.cpp index b4e9b14c..de343144 100644 --- a/src/search.cpp +++ b/src/search.cpp @@ -1080,7 +1080,7 @@ namespace { { // Try to reduce non-pv search depth by one ply if move seems not problematic, // if the move fails high will be re-searched at full depth. - if ( depth >= 2*OnePly + if ( depth >= 3*OnePly && moveCount >= LMRPVMoves && !dangerous && !moveIsCapture