Class WholeArithmeticCrossover

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

public class WholeArithmeticCrossover extends Object implements CrossoverOperator<DoubleSolution>
This class allows applying a whole arithmetic crossover operator to two parent solutions.
Author:
Antonio J. Nebro
See Also: