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: RSGenerics.GeneticProgramming

expandingSyntax

Delphi

public
  property PreviousGeneration: TPopulation read GetPreviousGeneration write SetPreviousGeneration;
 

Property Value

Type: TPopulation

expandingSee Also

Comments (0)