public interface MutationPolicy
Modifier and Type | Method and Description |
---|---|
Chromosome |
mutate(Chromosome original)
Mutate the given chromosome.
|
Chromosome mutate(Chromosome original) throws MathIllegalArgumentException
original
- the original chromosome.MathIllegalArgumentException
- if the given chromosome is not compatible with this MutationPolicy
Copyright © 2003–2016 The Apache Software Foundation. All rights reserved.