Selector - APGG-Lab/APGG GitHub Wiki
Selector
The selector selects the organism for the following repopulation. Atm. you can choose between 2 selectors:
Enum
- SELECTOR_ELITE
- SELECTOR_RANDOM
Adjustable Parameters:
setEleminationCount(const unsigned int): sets the number of organism which will replaced by the repopulator.
Config Values:
| 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 |