Returns true if the evolution process is complete. The process is complete if the Fitness meets the FitnessCutoff (if UseFitnessCutoff is true) or the population diversity meets the DiversityLimit (if UseDiversityLimit is true) or the Generation exceeds the GenerationLimit (if UseGenerationLimit is true).
Namespace: RSGeneticBase
Delphi |
public |
Return Value
Type: Boolean