From 303d754c2b4b703a3dd5f95abb9a90bf4634cc9b Mon Sep 17 00:00:00 2001 From: Michael Chaly Date: Thu, 19 Dec 2024 01:14:40 +0300 Subject: [PATCH] bench 934447 --- src/search.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]); }