pub fn ismcts_bot<G>() -> BotOption<G>where G: Determinize, G::State: Clone, G::Action: Clone,
The information-set MCTS bot option, for a game that implements [Determinize] (so it can search under hidden information).
Determinize