- All Implemented Interfaces:
- CrossoverOperator<S>, Operator<List<S>,List<S>>
public class NullCrossover<S extends Solution<?>>
extends Object
implements CrossoverOperator<S>
This class defines a null crossover operator: the parent solutions are returned without any
change. It can be useful when configuring a genetic algorithm and we want to use only mutation.
- Author:
- Antonio J. Nebro