Controls whether the genetic component attempts to abort evolution when the maximum number of generations is exceeded. If Generation exceeds GenerationLimit, the Evolve method will abort evolution.
The Evolve method starts "breeding" the population towards your goal. The Evolve method may be called with the number of generations to execute. You can use the DiversityLimit, GenerationLimit and the FitnessCutoff as three properties to automatically abort evolution when they are exceeded. If the
UseGenerationLimit is false, the GenerationLimit will not abort evolution.
Namespace: RSGeneticBase
Delphi |
public |
Property Value
Type: Boolean