User Tools

Site Tools


chess:programming:evaluation

This is an old revision of the document!


Chess - Programming - Evaluation

A requirement is to calculate the value of the board depending on the placement of pieces on the board.

  • This function is often known as Evaluation Function.
  • It is sometimes also called Heuristic Function.

The evaluation function is unique for every type of game.

The evaluation function is combined with the minimax function or alpha-beta pruning function and so on.


Evaluation


chess/programming/evaluation.1635634013.txt.gz · Last modified: 2021/10/30 22:46 by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki