Viking Chess Documentation
Viking Chess Documentation
VikingChess Namespaces
VikingChess.Model
Node Class
Node Methods
AddChild Method
ExpandNode Method
getBestChild Method
GetBoard Method
GetChildren Method
GetLastMove Method
GetParent Method
GetScore Method
GetVisits Method
getWin Method
getWinChance Method
isLeaf Method
setLastMove Method
setWin Method
ToString Method
UCTSelectBest Method
updateScore Method
updateStats Method
updateVisitCount Method
Node
setLastMove Method
Sets the
lastMoveTuple
of this
Node
.
Namespace:
VikingChess.Model
Assembly:
VikingChess (in VikingChess.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
Copy
public
void
setLastMove
(
Tuple
<
Square
,
Piece
,
Square
>
moveTuple
)
Parameters
moveTuple
Type:
System
Tuple
Square
,
Piece
,
Square
The move that results in the
Board
contained in this
Node
See Also
Reference
Node Class
VikingChess.Model Namespace
Copyright Declan Murphy 2016
Send comments on this topic to
masterdex@live.ie