Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
|
get_current_individual [2012/08/30 19:32] admin |
get_current_individual [2026/08/28 03:20] (current) hermann Sync from local documentation review |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== Get Current Individual ====== | + | ====== Get Current Individual ====== |
| ===== Description ===== | ===== Description ===== | ||
| - | When placed within the [[Genetic Algorithm Tool]], this functor gets the individual from the current genetic algorithm iteration. | + | When placed inside a [[Genetic Algorithm Tool]] container, this functor retrieves the individual being evaluated in the current iteration of the genetic algorithm. |
| ===== Inputs ===== | ===== Inputs ===== | ||
| + | |||
| + | None. | ||
| ===== Optional Inputs ===== | ===== Optional Inputs ===== | ||
| - | ^ Name ^ Type ^ Description ^ Default Value ^ | + | ^ Name ^ Type ^ Description ^ Default Value ^ |
| - | | Current Individual | [[ Lookup Table Group Type|Lookup Table Group ]] | Get individual from the current genetic algorithm iteration. | None | | + | | 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 ===== | ===== Outputs ===== | ||
| - | ^ Name ^ Type ^ Description ^ | + | ^ Name ^ Type ^ Description ^ |
| - | | Current Individual | [[ Lookup Table Group Type| Lookup Table Group ]] | Returns the individual from the current genetic algorithm iteration. | | + | | Current Individual | [[Lookup Table Group Type]] | Individual from the current genetic algorithm iteration. | |
| ===== Group ===== | ===== Group ===== | ||
| Line 21: | Line 23: | ||
| [[Functor List#Calibration | Calibration]] | [[Functor List#Calibration | Calibration]] | ||
| - | ==== Notes ==== | + | ===== 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 ===== | + | ===== Internal Name ===== |
| GetCurrentIndividual | GetCurrentIndividual | ||