Package org.opt4j.operators.crossover
Interface CrossoverPermutation
-
- All Superinterfaces:
Crossover<org.opt4j.core.genotype.PermutationGenotype<?>>
,org.opt4j.core.optimizer.Operator<org.opt4j.core.genotype.PermutationGenotype<?>>
- All Known Implementing Classes:
CrossoverPermutationBucket
,CrossoverPermutationDefault
,CrossoverPermutationOnePoint
public interface CrossoverPermutation extends Crossover<org.opt4j.core.genotype.PermutationGenotype<?>>
Interface for theCrossover
operator for thePermutationGenotype
.
-
-
Method Summary
-
Methods inherited from interface org.opt4j.operators.crossover.Crossover
crossover, getOperatorType
-
-