- Type Parameters:
S - The class of the solutions
- All Superinterfaces:
- Operator<List<S>,List<S>>, Serializable
- All Known Implementing Classes:
- BLXAlphaCrossover, DifferentialEvolutionCrossover, HUXCrossover, IntegerSBXCrossover, NullCrossover, PMXCrossover, SBXCrossover, SinglePointCrossover
public interface CrossoverOperator<S extends Solution<?>>
extends Operator<List<S>,List<S>>
Interface representing crossover operators. They will receive a list of solutions and return
another list of solutions
- Author:
- Antonio J. Nebro