]> git.sesse.net Git - stockfish/blobdiff - src/thread.cpp
Tablebases root ranking
[stockfish] / src / thread.cpp
index ec62c3ff760d21f90dddfcedb8882856733bc0c5..948b71c8def9e740c644c5653ef66b6206cfa348 100644 (file)
@@ -169,7 +169,7 @@ void ThreadPool::start_thinking(Position& pos, StateListPtr& states,
           rootMoves.emplace_back(m);
 
   if (!rootMoves.empty())
           rootMoves.emplace_back(m);
 
   if (!rootMoves.empty())
-      Tablebases::filter_root_moves(pos, rootMoves);
+      Tablebases::rank_root_moves(pos, rootMoves);
 
   // After ownership transfer 'states' becomes empty, so if we stop the search
   // and call 'go' again without setting a new position states.get() == NULL.
 
   // After ownership transfer 'states' becomes empty, so if we stop the search
   // and call 'go' again without setting a new position states.get() == NULL.