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

update from main #5

Merged
merged 10 commits into from
May 11, 2023
Merged

Conversation

bwheelz36
Copy link
Owner

No description provided.

till-m and others added 10 commits May 5, 2023 10:20
…415)

* Partially Fix #412 by adding a dedicated method to evaluating y_max

* Fix typos

* Rename `y_max()` to `_target_max()`

* Return `None` when there is no feasible point in the target space.

* Adapt the tests to the new TargetSpace.max behaviour · Issue #412

Now the TargetSpace.max returns None if there is no sampled feasible
point or no point was sampled at all.
* Fix warmup phase not considering constraints

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.

* Remove the necessity of the `lambda` in the `minimize` step
@bwheelz36 bwheelz36 merged commit 2c1308a into bwheelz36:master May 11, 2023
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.

3 participants