X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fsearch.cpp;h=60a002a908842da0221b0cb42db7df686b24cd8e;hb=f2e94d6d35c14b274ed29fb67475acea5adc285f;hp=e272c10b740edcb5bf48d0dfd175631b59999559;hpb=4513dafd026288c51ad1af2db9e4729798f877a8;p=stockfish diff --git a/src/search.cpp b/src/search.cpp index e272c10b..60a002a9 100644 --- a/src/search.cpp +++ b/src/search.cpp @@ -1172,6 +1172,7 @@ moves_loop: // When in check, search starts from here || moveCountPruning || ss->staticEval + PieceValue[EG][pos.captured_piece()] <= alpha || cutNode + || (!PvNode && !formerPv) || thisThread->ttHitAverage < 432 * TtHitAverageResolution * TtHitAverageWindow / 1024)) { Depth r = reduction(improving, depth, moveCount);