![]() |
Type | Name | Description | ||
ChessBoard | board | The board to generate moves for | |||
System.Collections.Stack | boardHistoryStack | The history of the chess game i.e. old ChessBoards | |||
int | searchDepth | The depth of the search | |||
int | nrNodeToExpand | The number of best nodes to expand |
![]() |
Return | Description | ||
void |