Struct gameai::strategies::mcts::MCTS [] [src]

pub struct MCTS<G: Hash + Eq + RandGame + 'static> { /* fields omitted */ }

Trait Implementations

impl<G> Strategy<G> for MCTS<G> where
    G: RandGame + Display + Hash + Eq
[src]

[src]

Decide the next move to make.

[src]

Create the initial state for this strategy.