<< Click here to display Table of Contents >> Navigation: Code Documentation > GeneticAlgorithmDocs > RSGeneticBase > Classes > TRSCustomGeneticComponent > Methods:
Comments (0)
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