EpistasisLab / EpistasisLab/tpot2
Rename survival_percentage to something clearer.
Open
API
enhancement
- Dominant language
- Jupyter Notebook
- Stars
- 250
- Forks
- 33
- PR merge metrics
- No merged PRs in 30d
Description
right now `population_size` is the number of generated offspring. `survival_percentage`*`population_size` is the number of parents to keep each generation. `survival_percentage` was developed with successive halving in mind, with the assumption that we want to scale the parent size with the population size.
We could rename `survival_percentage` to parent_size, and have successive halving scales the parent size proportional to population_size:parent_size
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.