Hide Comments
Hide Comments

Comments (0)

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

expandingSyntax

Delphi

public 
  function IsFinished: Boolean; virtual; 
 

Return Value

Type: Boolean

expandingSee Also

Comments (0)