RandomMutator - APGG-Lab/APGG GitHub Wiki
RandomMutator
Randomly replaces one genome of an organism
Enum
- MUTATOR_RANDOM
Adjustable Parameters:
setMutationRate(const unsigned percent): sets the percent of organisms, which will replaced by the mutator.
Config Values:
| Config Key | Type (Limits) | Definition |
|---|---|---|
| mutationRate | int (0-100) | Mutationrate. 0 = no Mutation, 100 = every Organism will mutate every round |