Class CompositeCrossover

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

public class CompositeCrossover extends Object implements CrossoverOperator<CompositeSolution>
This class allows to apply a list of crossover operator on the solutions belonging to a list of CompositeSolution objects. It is required that the operators be compatible with the solutions inside the composite solutions.
Author:
Antonio J. Nebro
See Also: