Class NullMutation<S>

java.lang.Object
org.uma.jmetal.operator.mutation.impl.NullMutation<S>
All Implemented Interfaces:
Serializable, MutationOperator<S>, Operator<S,S>

public class NullMutation<S> extends Object implements MutationOperator<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: