public interface MutationPolicy
Modifier and Type | Method and Description |
---|---|
Chromosome |
mutate(Chromosome original)
Mutate the given chromosome.
|
Chromosome mutate(Chromosome original)
original
- the original chromosome.MathIllegalArgumentException
- if the given chromosome is not compatible with this MutationPolicy
Copyright © 2020 CNES. All rights reserved.