Node Methods |
The Node type exposes the following members.
Name | Description | |
---|---|---|
AddChild | ||
Equals | (Inherited from Object.) | |
ExpandNode | ||
Finalize | (Inherited from Object.) | |
getBestChild | ||
GetBoard | ||
GetChildren | ||
GetHashCode | (Inherited from Object.) | |
GetLastMove |
Returns the lastMoveTuple of this Node | |
GetParent | ||
GetScore | ||
GetType | (Inherited from Object.) | |
GetVisits |
Returns the number of times this Node has been visited.
| |
getWin |
Returns the win status of this Node | |
getWinChance |
Returns the chance that this Node will lead to a win.
| |
isLeaf |
Checks to see if this is a leaf Node.
| |
MemberwiseClone | (Inherited from Object.) | |
setLastMove |
Sets the lastMoveTuple of this Node.
| |
setWin |
Sets the win status of this Node | |
ToString | ToString override
(Overrides ObjectToString.) | |
UCTSelectBest | ||
updateScore | ||
updateStats | ||
updateVisitCount |
Updates the visitCount of this Node |