Click or drag to resize
MCTSalphaPlayer Field
The alphaPlayer is the CPU player running the MCTS algorithm and score are generated in favour of this player.

Namespace: VikingChess.Model
Assembly: VikingChess (in VikingChess.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
private Player alphaPlayer

Field Value

Type: Player
See Also