Show/Hide Toolbars

RiverSoftAVG Products Help

Navigation: Code Documentation > GeneticAlgorithm > RSGeneticBase > Classes > TRSCustomGeneticComponent > Properties

TRSCustomGeneticComponent.UseDiversityLimit Property

Scroll Prev Top Next More

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

Property Value

Type: Boolean

RiverSoftAVG Products Help © 1996-2016 Thomas G. Grubb