Class IntegerDoubleSBXCrossover

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

@Deprecated
public class IntegerDoubleSBXCrossover
extends java.lang.Object
implements CrossoverOperator<IntegerDoubleSolution>
Deprecated.
This class allows to apply a SBX crossover operator using two parent solutions of implementing interface IntegerDoubleSolution. The class contains two instances of the SBX crossover, one for integer and one for double solutions. Each operator is applied in the corresponding solution to generate the children.
Author:
Antonio J. Nebro
See Also:
Serialized Form