fitnessFunction

open override var fitnessFunction: (V) -> F

Fitness function - A function that evaluates the quality or "fitness" of each individual (chromosome) in a population. The fitness function determines how well a particular solution matches the target problem.