Module tanton::bot_prelude
source · Expand description
Easy importing of all available bots.
Re-exports
pub use bots::AlphaBetaSearcher;
pub use bots::IterativeSearcher;
pub use bots::JamboreeSearcher;
pub use bots::MiniMaxSearcher;
pub use bots::ParallelMiniMaxSearcher;
pub use bots::RandomBot;
pub use tools::Searcher;