Evaluation Function
Home * Evaluation * Evaluation Function
The Evaluation Function is a part of the chess program that implements and performs the evaluation of a position. The name can be quite misleading, as sometimes different functions, called from within the routine selecting them, are used to evaluate different types of positions. This is especially true as far as the endgame is concerned.
See also
- CPW-Engine_eval - an example of a medium strength evaluation function
- Evaluation Function Draft
- Simplified Evaluation Function