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

Fix 478, fix data out-of-sync issue in target space #479

Merged
merged 3 commits into from
Jun 25, 2024

Conversation

till-m
Copy link
Member

@till-m till-m commented Jun 20, 2024

Fixes #478 + adds a test case for this.

Additionally, create copies during .register(). This makes sure that if something goes wrong during the registration phase, the target space remains unchanged. Previously, this could lead to a differing number of entries in targets/params/constraints, depending on where the error occurred.

@till-m
Copy link
Member Author

till-m commented Jun 20, 2024

The fontsize problem seems to be related to a change in matplotlib, not to the other changes here. Fixed for seperately for 1.5.0.

@bwheelz36
Copy link
Collaborator

will review today :-)

Copy link
Collaborator

@bwheelz36 bwheelz36 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm. no comments :-)

@bwheelz36 bwheelz36 merged commit 4aa6a97 into bayesian-optimization:master Jun 25, 2024
6 checks passed
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.

Logging for multiple constraints to be fixed
2 participants