Click or drag to resize
NodeupdateStats Method
A method that updates the score and visitCount of this Node

Namespace: VikingChess.Model
Assembly: VikingChess (in VikingChess.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void updateStats(
	double score
)

Parameters

score
Type: SystemDouble
See Also