X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fsearch.cpp;h=411befdedfb460459902ffd8d9fc62fede6cc0d4;hb=9829bceda90d025a5f5d7c04457902413e367041;hp=04299dbd887e26cf721df70ef4fd39bb7d1d73e5;hpb=f66c36277fe57d0ce4f10a4aeb5b41eb0cb9ebd1;p=stockfish diff --git a/src/search.cpp b/src/search.cpp index 04299dbd..411befde 100644 --- a/src/search.cpp +++ b/src/search.cpp @@ -1187,11 +1187,6 @@ moves_loop: // When in check, search starts here if ((ss+1)->cutoffCnt > 3) r++; - // Decrease reduction if move is a killer and we have a good history (~1 Elo) - if (move == ss->killers[0] - && (*contHist[0])[movedPiece][to_sq(move)] >= 3722) - r--; - ss->statScore = 2 * thisThread->mainHistory[us][from_to(move)] + (*contHist[0])[movedPiece][to_sq(move)] + (*contHist[1])[movedPiece][to_sq(move)]