Hide Comments
Hide Comments

TRSCustomGeneticComponent.InitializeChild(TRSIndividual,TRSIndividual,TRSIndividual) Method

Comments (0)

Initializes the Child with the two parents (usually just a copy of the first parent)

Namespace: RSGeneticBase

expandingSyntax

Delphi

protected
  procedure InitializeChild( const Parent1, Parent2, Child: TRSIndividual ); virtual;
 

Parameters

Parent1

Type: TRSIndividual

Parent2

Type: TRSIndividual

Child

Type: TRSIndividual

expandingSee Also

Comments (0)