Returns the chance that this
Node will lead to a win.
Namespace: VikingChess.ModelAssembly: VikingChess (in VikingChess.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax public double getWinChance()
Return Value
Type:
DoubleThe chance that this node will lead to a win. This is defined as
score /
visitCountSee Also