- All Implemented Interfaces:
- MutationOperator<Solution<?>>, Operator<Solution<?>,Solution<?>>
public class NullMutation
extends Object
implements MutationOperator<Solution<?>>
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