Hide Comments
Hide Comments

Comments (0)

Defines the method signature for genetic algorithm events that contain parents and their child, e.g., OnReproduction.

Namespace: RSGeneticAlgorithm

expandingSyntax

Delphi

type
  TRSGAParentChildEvent = procedure (Sender: TObject; const Parent1, Parent2, Child: TRSGAIndividual ) of object;
 

Parameters

Sender

Type: TObject

Parent1

Type: TRSGAIndividual

Parent2

Type: TRSGAIndividual

Child

Type: TRSGAIndividual

expandingSee Also

Comments (0)