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

Deal with minimal population sizes and budgets in Nevergrad #37

Merged
merged 6 commits into from
Jul 8, 2020

Conversation

mstimberg
Copy link
Member

Some algorithms have minimal sample sizes (e.g. 30 for DE, 40 for PSO), and some of them break if we manually set them lower. With this PR, the user gets a warning that the requested sample size will not be used. Some algorithms do not support parallelization at all, this will also trigger a warning (and a use of sample size 1) now. Finally, we now set the "budget", since some algorithms require it.

@mstimberg mstimberg merged commit 0f9b280 into master Jul 8, 2020
@mstimberg mstimberg deleted the popsize branch July 8, 2020 15:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant