Hide Comments
Hide Comments

Comments (0)

Defines the method signature for events that include a genetic algorithm individual.

Namespace: RSGeneticAlgorithm

expandingSyntax

Delphi

type
  TRSGAIndividualEvent = procedure (Sender: TObject; const Item: TRSGAIndividual ) of object;
 

Parameters

Sender

Type: TObject

Item

Type: TRSGAIndividual

expandingSee Also

Comments (0)