[][src]Module myopic_brain::eval

Constants

DRAW_VALUE

The evaluation assigned to a drawn position.

INFTY

The evaluation upper/lower bound definition

LOSS_VALUE

The evaluation assigned to a lost position.

WIN_VALUE

The evaluation assigned to a won position.

Traits

EvalBoard

Extension of the Board trait which adds a static evaluation function.

Functions

new_board

Construct an instance of the default EvalBoard implementation using the default Board implementation from a fen string.

start