Class IntegerSBXCrossover

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

public class IntegerSBXCrossover extends Object implements CrossoverOperator<IntegerSolution>
This class allows to apply a SBX crossover operator using two parent solutions (Integer encoding)
Author:
Antonio J. Nebro
See Also: