Hide Comments
Hide Comments

Comments (0)

Represents the entire population of candidate individuals (TRSIndividual) in the current  Generation, including the  FittestIndividual. The TRSCustomGeneticComponent 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: RSGeneticBase

expandingSyntax

Delphi

public
  property Population: TRSPopulation read FPopulation write SetPopulation;
 

Property Value

Type: TRSPopulation

expandingSee Also

Comments (0)