Package org.opt4j.operator.crossover
Interface CrossoverPermutation
-
- All Superinterfaces:
Crossover<PermutationGenotype<?>>
,Operator<PermutationGenotype<?>>
- All Known Implementing Classes:
CrossoverPermutationBucket
,CrossoverPermutationDefault
,CrossoverPermutationOnePoint
public interface CrossoverPermutation extends Crossover<PermutationGenotype<?>>
Interface for theCrossover
operator for thePermutationGenotype
.