public abstract class AbstractDifferentialEvolution<Result> extends AbstractEvolutionaryAlgorithm<DoubleSolution,Result>
| Modifier and Type | Field and Description |
|---|---|
protected DifferentialEvolutionCrossover |
crossoverOperator |
protected DifferentialEvolutionSelection |
selectionOperator |
population, problem| Constructor and Description |
|---|
AbstractDifferentialEvolution() |
createInitialPopulation, evaluatePopulation, getPopulation, getProblem, getResult, initProgress, isStoppingConditionReached, replacement, reproduction, run, selection, setPopulation, setProblem, updateProgressclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetDescription, getNameprotected DifferentialEvolutionCrossover crossoverOperator
protected DifferentialEvolutionSelection selectionOperator
Copyright © 2018. All rights reserved.