Skip to main content

ismcts_bot

Function ismcts_bot 

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

The information-set MCTS bot option, for a game that implements Determinize (so it can search under hidden information).