X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fsearch.cpp;h=fb5dfd00776c4a549f196c2761f2452ffb1abd7b;hb=a834bfe8332adcb0dfc1fd280f1f9d8bbce86266;hp=c678cd5340badeafdd3f9790511a9b908c9ca916;hpb=6c36e6519393b2ccfb111f603f793f38aa0f1963;p=stockfish diff --git a/src/search.cpp b/src/search.cpp index c678cd53..fb5dfd00 100644 --- a/src/search.cpp +++ b/src/search.cpp @@ -947,8 +947,7 @@ moves_loop: // When in check, search starts from here continue; // Prune moves with negative SEE (~10 Elo) - if ( lmrDepth < 8 - && !pos.see_ge(move, Value(-35 * lmrDepth * lmrDepth))) + if (!pos.see_ge(move, Value(-29 * lmrDepth * lmrDepth))) continue; } else if ( !extension // (~20 Elo)