Skip to main content

mcts_bot

Function mcts_bot 

Source
pub fn mcts_bot<G>() -> BotOption<G>
where G: Game, G::State: Clone, G::Action: Clone,
Expand description

The MCTS bot option, for any game whose state and actions are Clone.