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, setMainInterfaceclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitexitCondition, getBestIndividual, getCurrentIteration, getIndividual, getTotalIterations, initialise, iterate, iterateOneStep, setGraphicsgetProgressPercentpublic GeneticAlgorithmDcmaEs(Parser parser)
private double[] myEvaluate(Population population)
public boolean reevaluate()
reevaluate in interface IGeneticAlgorithm