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
Delphi |
public |
Property Value
Type: TRSPopulation