Class GroupedAndLinkedPolynomialMutation

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

public class GroupedAndLinkedPolynomialMutation extends Object implements MutationOperator<DoubleSolution>
This class implements the grouped and linked polynomial mutation operator presented in: https://doi.org/10.1109/SSCI.2016.7850214
Author:
Antonio J. Nebro, Juan J. Durillo
See Also: