X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fsearch.cpp;h=52541868b875c0e65d11bb1063e0982caa93fc51;hp=99d1cb0ebcc5e3388bc42bdb4370e163f6bde52f;hb=2442ba2b0e8a399b0dbfe9d23a8a2819cb0af987;hpb=045728a7da9dfee1746da0c5b4632a62f68c0d97 diff --git a/src/search.cpp b/src/search.cpp index 99d1cb0e..52541868 100644 --- a/src/search.cpp +++ b/src/search.cpp @@ -1222,10 +1222,6 @@ moves_loop: // When in check, search starts from here } else { - // Increase reduction for captures/promotions if late move and at low depth - if (depth < 8 && moveCount > 2) - r++; - // Unless giving check, this capture is likely bad if ( !givesCheck && ss->staticEval + PieceValue[EG][pos.captured_piece()] + 210 * depth <= alpha)