-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Fix warmup phase not considering constraints #416
Fix warmup phase not considering constraints #416
Conversation
Previously the warmup phase would use the acquisition function directly without considering the p_constraint. This could lead to inflated values of the acquisition function in unfeasible spaces.
Codecov ReportPatch coverage:
❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more. Additional details and impacted files@@ Coverage Diff @@
## master #416 +/- ##
==========================================
- Coverage 98.57% 98.56% -0.01%
==========================================
Files 8 8
Lines 560 559 -1
Branches 79 79
==========================================
- Hits 552 551 -1
Misses 4 4
Partials 4 4
☔ View full report in Codecov by Sentry. |
Hey @leandrobbraga, sorry for the delay. I should be able to review both PR's later today. |
42362aa
to
faa4a38
Compare
PR looks good to me! Will also merge tomorrow, provided merging #415 doesn't cause any conflicts! |
Thanks @leandrobbraga, both for spotting the problems in the first place and for the excellent contributions you've made! |
Fixes #412
Previously the warmup phase would use the acquisition function directly without considering the p_constraint. This could lead to inflated values of the acquisition function in unfeasible spaces.