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