|
io-chess
UCI chess engine
|
Missing description. More...
#include "TablebaseFallback.h"#include "../tablebases/Tablebase.h"#include "../uci/UCI.h"#include <iostream>#include <vector>#include <algorithm>
Namespaces | |
| namespace | TablebaseFallback |
Functions | |
| std::optional< Move > | TablebaseFallback::probeRoot (Board &root, IEvaluator &evalCtx, std::shared_ptr< SearchSharedData > &shared, const InfoCallback &infoCallback) |
| Probes the tablebase at the root node. | |
Missing description.