Hide Comments
Hide Comments

TRSCustomGeneticComponent.DoReproduce(TRSIndividual,TRSIndividual,TRSIndividual) Method

Comments (0)

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

Namespace: RSGeneticBase

expandingSyntax

Delphi

protected
  function DoReproduce(const Parent1, Parent2, Child1: TRSIndividual): Boolean; overload; virtual;
 

Parameters

Parent1

Type: TRSIndividual

Parent2

Type: TRSIndividual

Child1

Type: TRSIndividual

Return Value

Type: Boolean

expandingSee Also

Comments (0)