| Class | Description |
|---|---|
| FixedPointMutator |
Fixed point mutator
This operator uses the point mutator algorithm to mutate a user-defined fixed number of genes. |
| Mutator |
This class specifies the basic characteristics of a mutation operator.
|
| PercentPointMutator |
Percent point mutator
This operator calculates how many genes to mutate based on the mutation rate parameter. |
| PointMutator |
Point mutator
In point mutation, a number of random genes is picked and mutated until all required mutations have been performed. |
| ProbabilisticMutator |
Probabilistic mutator
This operator iterates through every mutable gene in the chromosome and decides whether to mutate each of them individually. |