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: RSGeneticAlgorithm

expandingSyntax

Delphi

public
  property PreviousGeneration: TRSGAPopulation read GetPreviousGeneration write SetPreviousGeneration;
 

Property Value

Type: TRSGAPopulation

expandingSee Also

Comments (0)