====== Set Fitness ====== ===== Description ===== Once the fitness score is calculated, this functor is used to get the fitness score for the current individual and to pass it to the [[Genetic Algorithm Tool|genetic algorithm functor]]. ===== Inputs ===== ^ Name ^ Type ^ Description ^ | Fitness | [[Real Value Type]] | Get the fitness score for the current individual. | ===== Optional Inputs ===== ===== Outputs ===== ^ Name ^ Type ^ Description ^ | Fitness | [[Real Value Type]] | Pass the fitness score of the current individual to the genetic algorithm functor. | ===== Group ===== [[Functor List#Calibration | Calibration]] ===== Notes ===== ===== Internal Name ===== SetFitness