X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fsyzygy%2Ftbprobe.h;h=b23fdf66a1e5eb6c1aade5eacb59756da911a786;hp=2bcc0834c9cb8bb7896679703aa8627f067bba14;hb=ca14345ba26fc40e1039029659f57028f510502f;hpb=7eaea3848c9e8a388c0b79cee6fba6bf3cd32108 diff --git a/src/syzygy/tbprobe.h b/src/syzygy/tbprobe.h index 2bcc0834..b23fdf66 100644 --- a/src/syzygy/tbprobe.h +++ b/src/syzygy/tbprobe.h @@ -12,6 +12,7 @@ int probe_wdl(Position& pos, int *success); int probe_dtz(Position& pos, int *success); 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); }