Package org.opt4j.operator.neighbor
Interface NeighborPermutation
-
- All Superinterfaces:
Neighbor<PermutationGenotype<?>>
,Operator<PermutationGenotype<?>>
- All Known Implementing Classes:
NeighborPermutationInsert
,NeighborPermutationMixed
,NeighborPermutationRevert
,NeighborPermutationSwap
public interface NeighborPermutation extends Neighbor<PermutationGenotype<?>>
Interface for theNeighbor
operator for thePermutationGenotype
.