X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;ds=sidebyside;f=src%2Fsearch.cpp;h=d3f38aae10954ec1eadefdbbc59cb6548e21b837;hb=87ed9facf16bc9d0af9daf8680801759ce1d8662;hp=b54ff19648d7adce0fd1b4f04f7c11afada68bbd;hpb=e0f42aa956e731b5faae0585f5cc47da23fbe53c;p=stockfish diff --git a/src/search.cpp b/src/search.cpp index b54ff196..d3f38aae 100644 --- a/src/search.cpp +++ b/src/search.cpp @@ -1084,7 +1084,8 @@ moves_loop: // When in check, search starts from here && ( !captureOrPromotion || moveCountPruning || ss->staticEval + PieceValue[EG][pos.captured_piece()] <= alpha - || cutNode)) + || cutNode + || thisThread->ttHitAverage < 384 * ttHitAverageResolution * ttHitAverageWindow / 1024)) { Depth r = reduction(improving, depth, moveCount);