<< Click here to display Table of Contents >> Navigation: Code Documentation > GeneticAlgorithmDocs > RSGeneticBase > Classes > TRSCustomGeneticComponent > Methods:
Comments (0)
Calculates the normalized fitness, a value between 0 and 1.
The normalized fitness equals Fitness / Sum of All Fitness
Namespace: RSGeneticBase
Delphi
protected function GetNormalizedFitness( const Fitness: TGAFitness ): TGAFitness;
Parameters
Fitness
Type: TGAFitness