Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename survival_percentage to something clearer. #89

Open
perib opened this issue Oct 2, 2023 · 0 comments
Open

Rename survival_percentage to something clearer. #89

perib opened this issue Oct 2, 2023 · 0 comments
Labels
API enhancement New feature or request

Comments

@perib
Copy link
Collaborator

perib commented Oct 2, 2023

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

@perib perib added enhancement New feature or request API labels Oct 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
API enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant