diff --git a/src/search.cpp b/src/search.cpp index e352c96e33e..c44b62f7529 100644 --- a/src/search.cpp +++ b/src/search.cpp @@ -521,7 +521,7 @@ void Search::Worker::clear() { h->fill(-645); for (size_t i = 1; i < reductions.size(); ++i) - reductions[i] = int((19.43 + std::log(size_t(options["Threads"])) / 2) * std::log(i)); + reductions[i] = int(19.43 * std::log(i)); refreshTable.clear(networks[numaAccessToken]); }