diff --git a/src/search.cpp b/src/search.cpp index e99d5d3fc9f..de431843706 100644 --- a/src/search.cpp +++ b/src/search.cpp @@ -1155,7 +1155,7 @@ Value Search::Worker::search( // These reduction adjustments have no proven non-linear scaling - r += 307; + r += 307 - moveCount * 64; r -= std::abs(correctionValue) / 34112;