Package org.moeaframework.core.operator
Class CompoundMutation
java.lang.Object
org.moeaframework.core.operator.AbstractCompoundVariation<Mutation>
org.moeaframework.core.operator.CompoundMutation
- All Implemented Interfaces:
Configurable
,Mutation
,Variation
Versions of
CompoundVariation
that only supports mutation operators.-
Field Summary
Fields inherited from class org.moeaframework.core.operator.AbstractCompoundVariation
operators
-
Constructor Summary
ConstructorDescriptionCompoundMutation
(Mutation... operators) Constructs a compound mutation operator with the specified operators. -
Method Summary
Methods inherited from class org.moeaframework.core.operator.AbstractCompoundVariation
applyConfiguration, contains, evolve, getArity, getConfiguration, getName, getOperators, setName
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.moeaframework.core.configuration.Configurable
applyConfiguration, getConfiguration
-
Constructor Details
-
CompoundMutation
Constructs a compound mutation operator with the specified operators.- Parameters:
operators
- the mutation operators in the order they are applied
-
-
Method Details