IBoardEvaluation InterfaceDelta Engine Documentation
Implements a board evaluation methodsView code on GitHub

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

public interface IBoardEvaluation

The IBoardEvaluation type exposes the following members.

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
Properties

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