Package org.opt4j.operators.neighbor
Interface NeighborPermutation
-
- All Superinterfaces:
Neighbor<org.opt4j.core.genotype.PermutationGenotype<?>>
,org.opt4j.core.optimizer.Operator<org.opt4j.core.genotype.PermutationGenotype<?>>
- All Known Implementing Classes:
NeighborPermutationInsert
,NeighborPermutationMixed
,NeighborPermutationRevert
,NeighborPermutationSwap
public interface NeighborPermutation extends Neighbor<org.opt4j.core.genotype.PermutationGenotype<?>>
Interface for theNeighbor
operator for thePermutationGenotype
.
-
-
Method Summary
-
Methods inherited from interface org.opt4j.operators.neighbor.Neighbor
getOperatorType, neighbor
-
-