Basic board evaluation functionView code on GitHub
Inheritance Hierarchy
Chess BoardEvaluationBasic
Namespace: Chess
Assembly: Chess (in Chess.exe) Version: 1.1.1.0 (1.1.1)
Syntax
The BoardEvaluationBasic type exposes the following members.
Constructors
Name | Description | |
---|---|---|
BoardEvaluationBasic | Initializes a new instance of the BoardEvaluationBasic class |
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 |
Fields
Name | Description | |
---|---|---|
s_piPiecePoint | Value of each piece/color.View code on GitHub |
Properties
Name | Description | |
---|---|---|
Name |
Name of the evaluation method
View code on GitHub |
See Also