diff --git a/src/search.cpp b/src/search.cpp index 212e14fcf..a0c6eafe3 100644 --- a/src/search.cpp +++ b/src/search.cpp @@ -847,7 +847,6 @@ Value Search::Worker::search( return futilityMult * d // - 2094 * improving * futilityMult / 1024 // - 1324 * opponentWorsening * futilityMult / 4096 // - + (ss - 1)->statScore / 331 // + std::abs(correctionValue) / 158105; };