Package org.opt4j.operators.mutate
Interface MutatePermutation
-
- All Superinterfaces:
Mutate<org.opt4j.core.genotype.PermutationGenotype<?>>
,org.opt4j.core.optimizer.Operator<org.opt4j.core.genotype.PermutationGenotype<?>>
- All Known Implementing Classes:
MutatePermutationInsert
,MutatePermutationMixed
,MutatePermutationRevert
,MutatePermutationSwap
public interface MutatePermutation extends Mutate<org.opt4j.core.genotype.PermutationGenotype<?>>
Interface for the
Mutate
operator for thePermutationGenotype
.The default implementation is the
MutatePermutationMixed
.
-
-
Method Summary
-
Methods inherited from interface org.opt4j.operators.mutate.Mutate
getOperatorType, mutate
-
-