| Package | Description |
|---|---|
| jcgp.backend.modules.mutator |
| Modifier and Type | Class and Description |
|---|---|
class |
FixedPointMutator
Fixed point mutator
This operator uses the point mutator algorithm to mutate a user-defined fixed number of genes. |
class |
PercentPointMutator
Percent point mutator
This operator calculates how many genes to mutate based on the mutation rate parameter. |