public abstract class AbstractEvolutionStrategy<S,Result> extends AbstractEvolutionaryAlgorithm<S,Result>
| Modifier and Type | Field and Description |
|---|---|
protected MutationOperator<S> |
mutationOperator |
population, problem| Constructor and Description |
|---|
AbstractEvolutionStrategy(Problem<S> problem)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
MutationOperator<S> |
getMutationOperator() |
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 MutationOperator<S> mutationOperator
public MutationOperator<S> getMutationOperator()
Copyright © 2017. All rights reserved.