Encyclopedia > Evaluation function

  Article Content

Evaluation function

An evaluation function, also known as heuristic evaluation function or static evaluation function is used by game-playing programs to estimate the value or goodness of a position. The evaluation function is typically designed to be fast and accuracy is not a concern (therefore heuristic); the function looks only at the current position and does not explore possible moves (therefore static).

One popular strategy for constructing evaluation functions is as a weighted sum of various factors that are thought to influence the value of a position. For instance, an evaluation function for chess might take the form

  c1 * material + c2 * mobility + c3 * king safety + c4 * center control + ...

See also

External references



All Wikipedia text is available under the terms of the GNU Free Documentation License

 
  Search Encyclopedia

Search over one million articles, find something about almost anything!
 
 
  
  Featured Article
Quioque, New York

... 3.02. In the town the population is spread out with 22.3% under the age of 18, 8.0% from 18 to 24, 31.0% from 25 to 44, 21.9% from 45 to 64, and 16.9% who are 65 years of ...

 
 
 
This page was created in 23.9 ms