-
Notifications
You must be signed in to change notification settings - Fork 0
Selector
JD edited this page Jan 18, 2022
·
1 revision
The selector selects the organism for the following repopulation. Atm. you can choose between 2 selectors:
- SELECTOR_ELITE
- SELECTOR_RANDOM
-
setEleminationCount(const unsigned int): sets the number of organism which will replaced by the repopulator.
| Config Key | Type (Limits) | Definition |
|---|---|---|
| selectorType | int (0-1) | 0 = EliteSelector / 1 = RandomSelector (recommended by Dr. Hintze) |
| eliminationCount | int | Number of Organisms which will be eliminated every generation |
- 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
-
