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 functor.
Name | Type | Description |
---|---|---|
Fitness | Real Value Type | Get the fitness score for the current individual. |
Name | Type | Description |
---|---|---|
Fitness | Real Value Type | Pass the fitness score of the current individual to the genetic algorithm functor. |
SetFitness