Navigation: Code Documentation > GeneticAlgorithm > RSGeneticBase > Classes > TRSCustomGeneticComponent > Methods
TRSCustomGeneticComponent.DoSelectionPreparation Method
Performs any steps necessary for selecting parents in the newly evolved Population.
This method is called when evaluating fitness for everyone.
Namespace: RSGeneticBase
Delphi
protected procedure DoSelectionPreparation; virtual;
•RSGeneticBase.TRSCustomGeneticComponent.SelectionMethod
•RSGeneticBase.TRSCustomGeneticComponent.EvaluateFitness(TRSIndividual,Boolean)
•RSGeneticBase.TRSCustomGeneticComponent.CalculateCumulativeNormalizedFitnesses
•RSGeneticBase.TRSCustomGeneticComponent.PrioritizePopulation
•TRSCustomGeneticComponent
•RSGeneticBase