Click or drag to resize
MCTSmakeMove Method
Performs the MCTS algorithm.

Namespace: VikingChess.Model
Assembly: VikingChess (in VikingChess.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public Node makeMove(
	Board board
)

Parameters

board
Type: VikingChess.ModelBoard
The Board to perform the algorithm on.

Return Value

Type: Node
The best Node to obtain a move from.
See Also