X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fsyzygy%2Ftbprobe.h;h=572265b524419695fd05c6de90ca79b04e4fb5b5;hp=287b61723400debef0ee24c09afb0d1d5cca5153;hb=108f0da4d7f993732aa2e854b8f3fa8ca6d3b46c;hpb=e9aeaad05266ca557a9496b5a17b4c5f82f0e946 diff --git a/src/syzygy/tbprobe.h b/src/syzygy/tbprobe.h index 287b6172..572265b5 100644 --- a/src/syzygy/tbprobe.h +++ b/src/syzygy/tbprobe.h @@ -49,9 +49,9 @@ extern int MaxCardinality; void init(const std::string& paths); WDLScore probe_wdl(Position& pos, ProbeState* result); int probe_dtz(Position& pos, ProbeState* result); -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); +bool root_probe(Position& pos, Search::RootMoves& rootMoves); +bool root_probe_wdl(Position& pos, Search::RootMoves& rootMoves); +void rank_root_moves(Position& pos, Search::RootMoves& rootMoves); inline std::ostream& operator<<(std::ostream& os, const WDLScore v) {