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);