Hide Comments
Hide Comments

Comments (0)

Controls whether the genetic component attempts to abort evolution when the    Population's diversity falls below the    DiversityLimit. The DiversityLimit property aborts the evolutionary process when the diversity of the children falls below the DiversityLimit, e.g., all the children are too alike to go any further.

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 UseDiversityLimit is false, the    DiversityLimit will not abort evolution.
 
 

Namespace: RSGeneticBase

expandingSyntax

Delphi

public
  property UseDiversityLimit: Boolean read FUseDiversityLimit write FUseDiversityLimit default False;
 

Property Value

Type: Boolean

expandingSee Also

Comments (0)