Class LinkedPolynomialMutation

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

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