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.ModelAssembly: VikingChess (in VikingChess.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax private const double PLAYOUTS = 1000
Field Value
Type:
DoubleSee Also