<< Click here to display Table of Contents >> Navigation: Code Documentation > GeneticAlgorithmDocs > RSGeneticBase > Classes > TRSCustomGeneticComponent > Methods:
Comments (0)
Initializes the Child with the two parents (usually just a copy of the first parent)
Namespace: RSGeneticBase
Delphi
protected procedure InitializeChild( const Parent1, Parent2, Child: TRSIndividual ); virtual;
Parameters
Parent1
Type: TRSIndividual
Parent2
Child