Click or drag to resize
NodegetWinChance Method
Returns the chance that this Node will lead to a win.

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

Return Value

Type: Double
The chance that this node will lead to a win. This is defined as score / visitCount
See Also