<< Click here to display Table of Contents >> Navigation: Code Documentation > GeneticAlgorithmDocs > RSGeneticBase > Classes > TRSCustomGeneticComponent > Methods:
Comments (0)
Selects a parent for the new generation using the SelectionMethod or the OnSelection event.
Namespace: RSGeneticBase
Delphi
public function SelectParent( const Population: TRSPopulation ): TRSIndividual; virtual;
Parameters
Population
Type: TRSPopulation
Type: TRSIndividual