public class GeneticAlgorithmDcmaEs extends AbstractGeneticAlgorithm implements IGeneticAlgorithm
AbstractGeneticAlgorithm.Updater
Constructor and Description |
---|
GeneticAlgorithmDcmaEs(Parser parser) |
Modifier and Type | Method and Description |
---|---|
private double[] |
myEvaluate(Population population) |
boolean |
reevaluate()
There is no need to reevaluate with DCMA-ES.
|
addToGraphics, clearGraphics, exitCondition, 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
exitCondition, getBestIndividual, getCurrentIteration, getIndividual, getTotalIterations, initialise, iterate, iterateOneStep, setGraphics
getProgressPercent
public GeneticAlgorithmDcmaEs(Parser parser)
private double[] myEvaluate(Population population)
public boolean reevaluate()
reevaluate
in interface IGeneticAlgorithm