====== Get Current Individual ====== ===== Description ===== When placed inside a [[Genetic Algorithm Tool]] container, this functor retrieves the individual being evaluated in the current iteration of the genetic algorithm. ===== Inputs ===== None. ===== Optional Inputs ===== ^ Name ^ Type ^ Description ^ Default Value ^ | Current Individual | [[Lookup Table Group Type]] | Individual from the current genetic algorithm iteration. When this functor is placed inside a Genetic Algorithm Tool container, this port connects to that container's current individual automatically. This is an advanced port. | Provided automatically | ===== Outputs ===== ^ Name ^ Type ^ Description ^ | Current Individual | [[Lookup Table Group Type]] | Individual from the current genetic algorithm iteration. | ===== Group ===== [[Functor List#Calibration | Calibration]] ===== Notes ===== This functor must be placed inside a Genetic Algorithm Tool. If it is not, it has no effect, and a warning is reported when the script is verified. ===== Internal Name ===== GetCurrentIndividual