public class GeneticAlgorithm extends AbstractGeneticAlgorithm implements IGeneticAlgorithm
AbstractGeneticAlgorithm.Updater
Constructor and Description |
---|
GeneticAlgorithm(Parser parser) |
Modifier and Type | Method and Description |
---|---|
boolean |
exitCondition()
This method has only meaning in
AbstractGeneticAlgorithm.exitCondition() . |
boolean |
reevaluate()
Sometimes it is good to reevaluate the whole population.
|
addToGraphics, clearGraphics, getBestIndividual, getCurrentIteration, getIndividual, getKmc, getMainEvaluator, getProgressPercent, getStopError, getTotalIterations, initialise, isDtooLarge, iterate, iterateOneStep, scaleIndividualRates, setExpectedSimulationTime, setExperimentalPsd, setGraphics, setHierarchy, setMainInterface
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getBestIndividual, getCurrentIteration, getIndividual, getTotalIterations, initialise, iterate, iterateOneStep, setGraphics
getProgressPercent
public GeneticAlgorithm(Parser parser)
public boolean exitCondition()
AbstractGeneticAlgorithm.exitCondition()
.exitCondition
in interface IGeneticAlgorithm
exitCondition
in class AbstractGeneticAlgorithm
public boolean reevaluate()
reevaluate
in interface IGeneticAlgorithm