public abstract class AbstractDifferentialEvolution<Result> extends AbstractEvolutionaryAlgorithm<DoubleSolution,Result>
| Modifier and Type | Field and Description |
|---|---|
protected DifferentialEvolutionCrossover |
crossoverOperator |
protected DifferentialEvolutionSelection |
selectionOperator |
| Constructor and Description |
|---|
AbstractDifferentialEvolution() |
createInitialPopulation, evaluatePopulation, getPopulation, getResult, initProgress, isStoppingConditionReached, replacement, reproduction, run, selection, setPopulation, updateProgressprotected DifferentialEvolutionCrossover crossoverOperator
protected DifferentialEvolutionSelection selectionOperator
Copyright © 2015. All rights reserved.