fitness function

Terms from Artificial Intelligence for Human Computer Interaction

The glossary is incomplete. Page numbers will change for published book.

From entry fitness function in glossary Artificial Intelligence: humans at the heart of algorithms

In optimisation and forms of machine learning the fitness function (also known as objective function or utility function), measures how good a solution or state is. For example, the fitness function for an image reconstruction may be measured as the sum of the squares of differences between the pixel values of the target and generated images. Note that the choice of fitness function has important impact on efficiency, for example, if it has hard thresholds this may make incremental learning hard. The fitness function can also be a source of bias, for example, if you choose a TV presenter based on popularity you may effectively embody societal discrimination.

Used in Chap. 6: page 94; Chap. 9: page 128