Hide Comments
Hide Comments

TRSCustomGeneticProgramming<T>.DoReproduce(TRSIndividual,TRSIndividual,TRSIndividual,TRSIndividual) Method

Comments (0)

Performs the actual reproduction operation by combining the two parents to make two new children. The children must already exist but may be uninitialized.

Namespace: RSGenerics.GeneticProgramming

expandingSyntax

Delphi

protected
  function DoReproduce(const Parent1: TRSIndividual;
  const Parent2: TRSIndividual; const Child1, Child2: TRSIndividual): Boolean; override;
 

Parameters

Parent1

Type: TRSIndividual

Parent2

Type: TRSIndividual

Child1

Type: TRSIndividual

Child2

Type: TRSIndividual

Return Value

Type: Boolean

Overrides

TRSCustomGeneticComponent.DoReproduce(TRSIndividual,TRSIndividual,TRSIndividual,TRSIndividual)
 

expandingSee Also

Comments (0)