Hide Comments
Hide Comments

Comments (0)

Defines the method signature for the OnInitialization event. Set the Initialized parameter to True to prevent the Initialize method from randomizing the Population's DNA.

Namespace: RSGeneticBase

expandingSyntax

Delphi

type 
  TRSInitializationEvent = procedure (Sender: TObject; var Initialized: Boolean) of object; 
 

Parameters

Sender

Type: TObject

Initialized

Type: Boolean

expandingSee Also

Reference

Comments (0)