Represents the entire population of candidate individuals (TRSIndividual) in the current Generation, including the FittestIndividual. The TRSCustomGeneticProgramming<T> component seeks to solve your optimization or search problems by evolving a group or population of candidate individuals through successive generations, selecting fitter (or better) child individuals for each generation, until a solution is found.
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
Delphi |
public |
Property Value
Type: TPopulation