C# Class Queem.AI.ChessTreeNode

Show file Open project: Ribtoks/Queem Class Usage Examples

Public Methods

Method Description
ChessTreeNode ( ) : System
GetNext ( ) : ChessTreeNode
GetNextQuiescenceZW ( ) : ChessTreeNode
GetNextZW ( ) : ChessTreeNode
IsZeroDepth ( ) : bool

Method Details

ChessTreeNode() public method

public ChessTreeNode ( ) : System
return System

GetNext() public method

public GetNext ( ) : ChessTreeNode
return ChessTreeNode

GetNextQuiescenceZW() public method

public GetNextQuiescenceZW ( ) : ChessTreeNode
return ChessTreeNode

GetNextZW() public method

public GetNextZW ( ) : ChessTreeNode
return ChessTreeNode

IsZeroDepth() public method

public IsZeroDepth ( ) : bool
return bool