Class NonUniformMutation

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

public class NonUniformMutation extends Object implements MutationOperator<DoubleSolution>
This class implements a non-uniform mutation operator.
Author:
Antonio J. Nebro, Juan J. Durillo
See Also: