Click or drag to resize
MCTSPLAYOUTS Field
The number of times the steps of the MCTS algorithm run before the best node is chosen. Increasing this value may result in a better decision by the CPU at the cost of an increase in the time taken to produce a result and a higher memory cost.

Namespace: VikingChess.Model
Assembly: VikingChess (in VikingChess.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
private const double PLAYOUTS = 1000

Field Value

Type: Double
See Also