주어진 문제에서 최적의 해를 찾기 위해 각 후보 해의 적합도를 평가하는 함수
Fitness function
A fitness function is a particular type of objective function that is used to summarise, as a single figure of merit, how close a given design solution is to achieving the set aims. Fitness functions are used in software architecture and evolutionary algorithms (EA), such as genetic programming and genetic algorithms to guide simulations towards optimal design solutions.[1]
https://en.wikipedia.org/wiki/Fitness_function

Seonglae Cho