BoardEvaluationBasic ClassDelta Engine Documentation
Basic board evaluation functionView code on GitHub
Inheritance Hierarchy

System Object
  Chess BoardEvaluationBasic

Namespace: Chess
Assembly: Chess (in Chess.exe) Version: 1.1.1.0 (1.1.1)
Syntax

public class BoardEvaluationBasic : IBoardEvaluation

The BoardEvaluationBasic type exposes the following members.

Constructors

  NameDescription
Public methodBoardEvaluationBasic
Initializes a new instance of the BoardEvaluationBasic class
Top
Methods

  NameDescription
Public methodPoints
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
Top
Fields

  NameDescription
Protected fieldStatic members_piPiecePoint
Value of each piece/color.View code on GitHub
Top
Properties

  NameDescription
Public propertyName
Name of the evaluation method View code on GitHub
Top
See Also