io-chess
UCI chess engine
Loading...
Searching...
No Matches
TablebaseFallback.h File Reference

Integration of Syzygy tablebases at the root search node. More...

#include "ISearch.h"
#include "../eval/IEvaluator.h"
#include <optional>
#include <memory>
Include dependency graph for TablebaseFallback.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  TablebaseFallback

Functions

std::optional< MoveTablebaseFallback::probeRoot (Board &root, IEvaluator &evalCtx, std::shared_ptr< SearchSharedData > &shared, const InfoCallback &infoCallback)
 Probes the tablebase at the root node.

Detailed Description

Integration of Syzygy tablebases at the root search node.