Passes the fitness value calculated for the current individual to the nearest enclosing Genetic Algorithm Tool container.
| Name | Type | Description |
|---|---|---|
| Fitness | Real Value Type | Fitness value calculated for the current individual. |
None.
| Name | Type | Description |
|---|---|---|
| Fitness | Real Value Type | Fitness value calculated for the current individual, passed to the enclosing Genetic Algorithm Tool container. |
This functor must be placed inside a Genetic Algorithm Tool. Once the fitness of the current individual has been calculated, this functor reports that value back to the genetic algorithm.
SetFitness