Class HUXCrossover

java.lang.Object
org.uma.jmetal.operator.crossover.impl.HUXCrossover
All Implemented Interfaces:
java.io.Serializable, CrossoverOperator<BinarySolution>, Operator<java.util.List<BinarySolution>,​java.util.List<BinarySolution>>

public class HUXCrossover
extends java.lang.Object
implements CrossoverOperator<BinarySolution>
This class allows to apply a HUX crossover operator using two parent solutions. NOTE: the operator is applied to the first encoding.variable of the solutions, and the type of the solutions must be Binary
Version:
1.0
Author:
Antonio J. Nebro, Juan J. Durillo
See Also:
Serialized Form