Class NullMutation<S>
java.lang.Object
org.uma.jmetal.operator.mutation.impl.NullMutation<S>
- All Implemented Interfaces:
Serializable,MutationOperator<S>,Operator<S,S>
This class is intended to perform no mutation. It can be useful when configuring a genetic
algorithm and we want to use only crossover.
- Author:
- Antonio J. Nebro
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionExecute() methoddouble
-
Constructor Details
-
NullMutation
public NullMutation()
-
-
Method Details
-
execute
-
mutationProbability
public double mutationProbability()- Specified by:
mutationProbabilityin interfaceMutationOperator<S>
-