]> git.sesse.net Git - stockfish/blobdiff - src/thread.cpp
Adjust reductions based on the number of threads
[stockfish] / src / thread.cpp
index f7445f98ca4cbbb7b9bfab48acfff7251a5a96ed..90ec274d82052827dda6bd891534bd69e523b4f5 100644 (file)
@@ -148,6 +148,9 @@ void ThreadPool::set(size_t requested) {
 
       // Reallocate the hash with the new threadpool size
       TT.resize(Options["Hash"]);
+
+      // Init thread number dependent search params.
+      Search::init();
   }
 }