Class PMXCrossover

java.lang.Object
org.uma.jmetal.operator.crossover.impl.PMXCrossover
All Implemented Interfaces:
Serializable, CrossoverOperator<PermutationSolution<Integer>>, Operator<List<PermutationSolution<Integer>>,List<PermutationSolution<Integer>>>

public class PMXCrossover extends Object implements CrossoverOperator<PermutationSolution<Integer>>
This class allows to apply a PMX crossover operator using two parent solutions.
Author:
Antonio J. Nebro, Juan J. Durillo
See Also: