X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fsearch.cpp;h=8510651360c07bd5f3c8540331749307d47e810a;hb=7a4de96159f76f2465d474d76e08a1c8ca3383b8;hp=69d8decff3675d9412529bae3fe6593c28d90370;hpb=f7fbc6880efae2ec9d97d6f1d65e2ad00547e32c;p=stockfish diff --git a/src/search.cpp b/src/search.cpp index 69d8decf..85106513 100644 --- a/src/search.cpp +++ b/src/search.cpp @@ -780,7 +780,10 @@ namespace { && depth < 9 && eval - futility_margin(depth, cutNode && !ss->ttHit, improving) - (ss-1)->statScore / 306 >= beta && eval >= beta - && eval < 24923) // smaller than TB wins + && eval < 24923 // smaller than TB wins + && !( !ttCapture + && ttMove + && thisThread->mainHistory[us][from_to(ttMove)] < 989)) return eval; // Step 9. Null move search with verification search (~35 Elo)