mirror of
https://github.com/opelly27/Stockfish.git
synced 2026-05-20 09:47:46 +00:00
learn -> tools
This commit is contained in:
+2
-2
@@ -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)
|
||||
{
|
||||
|
||||
|
||||
Reference in New Issue
Block a user