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, setMainInterfaceclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetBestIndividual, getCurrentIteration, getIndividual, getTotalIterations, initialise, iterate, iterateOneStep, setGraphicsgetProgressPercentpublic GeneticAlgorithm(Parser parser)
public boolean exitCondition()
AbstractGeneticAlgorithm.exitCondition().exitCondition in interface IGeneticAlgorithmexitCondition in class AbstractGeneticAlgorithmpublic boolean reevaluate()
reevaluate in interface IGeneticAlgorithm