Package org.opt4j.operator.mutate
Interface Mutate<G extends Genotype>
- Type Parameters:
G- the type of genotype
- All Superinterfaces:
Operator<G>
- All Known Subinterfaces:
MutateInteger,MutatePermutation
- All Known Implementing Classes:
MutateBoolean,MutateDouble,MutateDoubleDefault,MutateDoubleElementwise,MutateDoubleGauss,MutateDoubleNonUniform,MutateDoublePolynomial,MutateDoubleUniform,MutateGenericImplementation,MutateIntegerRandom,MutatePermutationInsert,MutatePermutationMixed,MutatePermutationRevert,MutatePermutationSwap
-
Method Summary
-
Method Details
-
mutate
Performs a mutation for aGenotype.- Parameters:
genotype- the genotype to be mutatedp- the mutation rate
-