Package org.opt4j.operator.mutate
Interface MutatePermutation
-
- All Superinterfaces:
Mutate<PermutationGenotype<?>>
,Operator<PermutationGenotype<?>>
- All Known Implementing Classes:
MutatePermutationInsert
,MutatePermutationMixed
,MutatePermutationRevert
,MutatePermutationSwap
public interface MutatePermutation extends Mutate<PermutationGenotype<?>>
Interface for the
Mutate
operator for thePermutationGenotype
.The default implementation is the
MutatePermutationMixed
.