Hide Comments
Hide Comments

Comments (0)

Initializes the instruction at the start of the genetic evolution (not the start of executing a genetic program). The function calls the OnInitialize event.

The intent of the Initialize method is to initialize the instruction for evolution; usually, this means provide an initial constant    Value.

Namespace: RSGenerics.GeneticProgramEngine

expandingSyntax

Delphi

public 
  procedure Initialize; virtual; 
 

expandingSee Also

Comments (0)