Hide Comments
Hide Comments

Comments (0)

Returns the current generation number of population. When the  Initialize method is called, the Generation is reset to 0. Every time the  Evolve method creates a new generation, this property is incremented.
 

Namespace: RSGeneticBase

expandingSyntax

Delphi

public
  property Generation: Integer read FGeneration write SetGeneration default 0;
 

Property Value

Type: Integer

expandingSee Also

Comments (0)