Info logo
Encyclopedia

  

Evaluation function

Home :: Up
Google
www.fastload.org

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 isn't a concern (therefore heuristic); the function looks only at the current position and doesn't 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


Find your way back!

This article is licensed under the GNU Free Documentation License.
You may copy and modify it as long as the entire work (including additions) remains under this license.
To view or edit this article at Wikipedia, follow this link.