Click or drag to resize
MCTSSimulateGame Method
Simulates a Game between two Player then scores the resulting Board.

Namespace: VikingChess.Model
Assembly: VikingChess (in VikingChess.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public double SimulateGame(
	Node node
)

Parameters

node
Type: VikingChess.ModelNode
The Node to simulate the Game from.

Return Value

Type: Double
The score for this simulation/>
See Also