learn -> tools

This commit is contained in:
Tomasz Sobczyk
2021-04-18 19:18:41 +02:00
parent 8169de72e2
commit 696e849a30
24 changed files with 64 additions and 64 deletions
+2 -2
View File
@@ -311,7 +311,7 @@ void Thread::search() {
if (!this->rootMoves.empty())
Tablebases::rank_root_moves(this->rootPos, this->rootMoves);
if (mainThread)
{
if (mainThread->bestPreviousScore == VALUE_INFINITE)
@@ -1995,7 +1995,7 @@ namespace Search
// It might have been good.
// Initialization for learning.
// Called from Learner::search(),Learner::qsearch().
// Called from Tools::search(),Tools::qsearch().
static bool init_for_search(Position& pos, Stack* ss)
{