Navigation: Code Documentation > GeneticAlgorithm > RSGeneticBase > Classes > TRSCustomGeneticComponent > Methods
TRSCustomGeneticComponent.DoSelectParent(TRSPopulation) Method
Performs the selection of a parent from the Population. This method is only called if the SelectionMethod is Custom.
Namespace: RSGeneticBase
Delphi
protected function DoSelectParent(const Population: TRSPopulation): TRSIndividual; virtual;
Parameters
Population
Type: TRSPopulation
Type: TRSIndividual
•RSGeneticBase.TRSCustomGeneticComponent.DoReproduce(TRSIndividual,TRSIndividual,TRSIndividual)
•RSGeneticBase.TRSCustomGeneticComponent.Reproduce(TRSIndividual,TRSIndividual,TRSIndividual,TRSIndividual)
•RSGeneticBase.TRSCustomGeneticComponent.Evolve
•RSGeneticBase.TRSIndividual
•RSGeneticBase.TRSCustomGeneticComponent.SelectionMethod
•TRSCustomGeneticComponent
•RSGeneticBase