Crate monte_carlo

Source

Structs§

Node
A node in the MCTS
State
The state of the monte carlo tree search
WonTerminal
The game has been won.

Enums§

MovePolicy
Which type of move to take
Terminal
A state at the end of a game

Traits§

Board
A trait to be implemented on a board
Game
A game.
Move
A trait to be implemented on a representation of a move
Turn
A player/turn in the game