Interface MutationPolicy
- All Known Implementing Classes:
BinaryMutation, RandomKeyMutation
-
Method Summary
-
Method Details
-
mutate
Mutate the given chromosome.- Parameters:
original- the original chromosome.- Returns:
- the mutated chromosome.
- Throws:
MathIllegalArgumentException- if the given chromosome is not compatible with thisMutationPolicy
-