Implements a board evaluation methodsView code on GitHub
Namespace: ChessAssembly: Chess (in Chess.exe) Version: 1.1.1.0 (1.1.1)
Syntax
The IBoardEvaluation type exposes the following members.
Methods
Name | Description | |
---|---|---|
Points |
Evaluates a board. The number of point is greater than 0 if white is in advantage, less than 0 if black is.
View code on GitHub |
Properties
Name | Description | |
---|---|---|
Name |
Name of the board evaluation method.
View code on GitHub |
See Also