Merge commit 'c467fe5ba42545827d769c360aa404767308ac18' into cluster

This commit is contained in:
Steinar H. Gunderson
2025-12-25 20:22:33 +01:00
19 changed files with 137 additions and 182 deletions
+2 -2
View File
@@ -286,8 +286,8 @@ void ThreadPool::start_thinking(const OptionsMap& options,
{
th->run_custom_job([&]() {
th->worker->limits = limits;
th->worker->nodes = th->worker->tbHits = th->worker->nmpMinPly =
th->worker->bestMoveChanges = 0;
th->worker->nodes = th->worker->tbHits = th->worker->bestMoveChanges = 0;
th->worker->nmpMinPly = 0;
th->worker->rootDepth = th->worker->completedDepth = 0;
th->worker->rootMoves = rootMoves;
th->worker->rootPos.set(pos.fen(), pos.is_chess960(), &th->worker->rootState);