Navigation: Code Documentation > GeneticAlgorithm > RSGeneticBase > Classes > TRSCustomGeneticComponent > Methods
TRSCustomGeneticComponent.DoCalculateFitnessStatistics Method
Calculates the fitness statistics (max, min, avg) for one generation. The method accesses each individual's Fitness property which may force a fitness evaulation to occur.
Namespace: RSGeneticBase
Delphi
protected procedure DoCalculateFitnessStatistics; virtual;
•RSGeneticBase.TRSCustomGeneticComponent.MaxFitness
•RSGeneticBase.TRSCustomGeneticComponent.MinFitness
•TRSGPIndividual<T>.Fitness
•RSGeneticBase.TRSCustomGeneticComponent.EvaluateFitness(TRSIndividual,Boolean)
•RSGeneticBase.TRSCustomGeneticComponent.OnEvaluateFitness
•RSGeneticBase.TRSCustomGeneticComponent.AvgFitness
•RSGeneticBase.TRSCustomGeneticComponent.DoCalculateWeightedFitnessStatistics
•TRSCustomGeneticComponent
•RSGeneticBase