Package org.uma.jmetal.algorithm.impl
Class AbstractEvolutionStrategy<S,Result>
java.lang.Object
org.uma.jmetal.algorithm.impl.AbstractEvolutionaryAlgorithm<S,Result>
org.uma.jmetal.algorithm.impl.AbstractEvolutionStrategy<S,Result>
- All Implemented Interfaces:
Serializable,Runnable,Algorithm<Result>
public abstract class AbstractEvolutionStrategy<S,Result>
extends AbstractEvolutionaryAlgorithm<S,Result>
Abstract class representing an evolution strategy algorithm
- Author:
- Antonio J. Nebro
- See Also:
-
Field Summary
FieldsFields inherited from class org.uma.jmetal.algorithm.impl.AbstractEvolutionaryAlgorithm
population, problem -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.uma.jmetal.algorithm.impl.AbstractEvolutionaryAlgorithm
createInitialPopulation, evaluatePopulation, getPopulation, getProblem, initProgress, isStoppingConditionReached, replacement, reproduction, run, selection, setPopulation, setProblem, updateProgressMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.uma.jmetal.algorithm.Algorithm
description, name, result
-
Field Details
-
mutationOperator
-
-
Constructor Details
-
AbstractEvolutionStrategy
public AbstractEvolutionStrategy()
-
-
Method Details
-
getMutationOperator
-