]> git.sesse.net Git - stockfish/blobdiff - src/syzygy/tbprobe.h
Filter root moves filter before copy to threads
[stockfish] / src / syzygy / tbprobe.h
index 4233e1aae14829037995aaf8d1bddbdd42ab6ffe..b23fdf66a1e5eb6c1aade5eacb59756da911a786 100644 (file)
@@ -10,8 +10,9 @@ extern int MaxCardinality;
 void init(const std::string& path);
 int probe_wdl(Position& pos, int *success);
 int probe_dtz(Position& pos, int *success);
-bool root_probe(Position& pos, Search::RootMoveVector& rootMoves, Value& score);
-bool root_probe_wdl(Position& pos, Search::RootMoveVector& rootMoves, Value& score);
+bool root_probe(Position& pos, Search::RootMoves& rootMoves, Value& score);
+bool root_probe_wdl(Position& pos, Search::RootMoves& rootMoves, Value& score);
+void filter_root_moves(Position& pos, Search::RootMoves& rootMoves);
 
 }