-
Notifications
You must be signed in to change notification settings - Fork 0
Mutator
JD edited this page Jan 18, 2022
·
1 revision
The mutator can replace the genomes of an organism with a new one
Atm. you can choose between 2 mutators:
- MUTATOR_THRESHOLD
- MUTATOR_RANDOM
-
setMutationRate(const unsigned percent): sets the percent of organisms, which will replaced by the mutator.
These values are valid for all variants of Mutators.
| Config Key | Type (Limits) | Definition |
|---|---|---|
| mutatorType | int (0-1) | 0 = RandomMutator / 1 = ThresholdMutator (recommended by Dr. Hintze) |
| mutationRate | float (< 1) | Mutationrate. 0 = no Mutation, 1 = every Organism will mutate every round |
- Getting Started
- How to run APGG
- Build from Scratch
- Config Values
- Configuring and Running APGG
- Plotting Data
- Class Structure
- Proof of Concept Replication
- FAQ
Class Structure & C++ Code
- Classes
-
Archivers
-
Grids
-
Mutators
-
PayoffCalculators
-
Repopulators
-
Selectors
-
World
-
