Enum gomoku::ia::turn::Turn
[−]
[src]
pub enum Turn {
Player,
Adversary,
}Variants
Player | Player is looking to maximise the value of the heuristic | |
Adversary | Adversary is looking to minimise the value of the heuristic |