Hide Comments
Hide Comments

Comments (0)

Contains the parents of the current generation, which is represented by the  Population property. After every call to  Evolve, the Population property contains the next generation of individuals (the children), with the PreviousGeneration property holding the previous generation (the parents, what was the Population before the Evolve call).
 

Namespace: RSGeneticBase

expandingSyntax

Delphi

public
  property PreviousGeneration: TRSPopulation read FPreviousGeneration write SetPreviousGeneration;
 

Property Value

Type: TRSPopulation

expandingSee Also

Comments (0)