Rev 96 | Rev 169 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 96 | Rev 154 | ||
---|---|---|---|
Line 8... | Line 8... | ||
8 | extern int MaxCardinality; |
8 | extern int MaxCardinality; |
9 | 9 | ||
10 | void init(const std::string& path); |
10 | void init(const std::string& path); |
11 | int probe_wdl(Position& pos, int *success); |
11 | int probe_wdl(Position& pos, int *success); |
12 | int probe_dtz(Position& pos, int *success); |
12 | int probe_dtz(Position& pos, int *success); |
13 | bool root_probe(Position& pos, Search:: |
13 | bool root_probe(Position& pos, Search::RootMoves& rootMoves, Value& score); |
14 | bool root_probe_wdl(Position& pos, Search:: |
14 | bool root_probe_wdl(Position& pos, Search::RootMoves& rootMoves, Value& score); |
- | 15 | void filter_root_moves(Position& pos, Search::RootMoves& rootMoves); |
|
15 | 16 | ||
16 | } |
17 | } |
17 | 18 | ||
18 | #endif |
19 | #endif |