public class BinaryMutation extends Object implements MutationPolicy
BinaryChromosome
s. Randomly changes one gene.Constructor and Description |
---|
BinaryMutation() |
Modifier and Type | Method and Description |
---|---|
Chromosome |
mutate(Chromosome original)
Mutate the given chromosome.
|
public Chromosome mutate(Chromosome original)
mutate
in interface MutationPolicy
original
- the original chromosome.MathIllegalArgumentException
- if original
is not an instance of BinaryChromosome
.Copyright © 2019 CNES. All Rights Reserved.