Difference between revisions of "Evaluation Function"

From Chessprogramming wiki
Jump to: navigation, search
(Created page with "'''Home * Evaluation * Evaluation Function''' The '''Evaluation Function''' is a part of the chess program that implements and performs the evaluation of a...")
 
(No difference)

Latest revision as of 16:19, 16 May 2018

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

External Links

Up one Level