-
Notifications
You must be signed in to change notification settings - Fork 45
Add optimizer from bayesian-optimization #602
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
Merged
+646
−6
Merged
Changes from all commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
3561d03
initial bayesian-optimization wrapper
spline2hg a008bf1
fix: import error
spline2hg f9d64ac
add docs
spline2hg e86ccae
fix: pin bayesian-optimization to >=2.0.4
spline2hg 824a153
fix: mypy error
spline2hg a5600cc
fix: bayes_opt imports
spline2hg 331fb9e
fix: check for failed optimization
spline2hg d0c6a7a
Define aliases for acquisition function
spline2hg d2d2e9f
fix review changes
spline2hg 5c0e448
add tests
spline2hg 04de5a7
fix: _extract_params_from_kwargs and reformat tests
spline2hg 4347526
Add type fallbacks for optional bayesian-optimization imports
spline2hg 19ef242
fix: optimizer type
spline2hg 4b419d6
Add UnitIntervalFloat
spline2hg 8bffc41
Merge branch 'main' into bayesian_optimizer
timmens 9d41915
fix: mypy version
spline2hg 84c09d5
Merge branch 'main' into bayesian_optimizer
spline2hg 1c67c84
fix: mypy
spline2hg a0a7a0c
Merge branch 'main' into bayesian_optimizer
janosg fd4194f
fix: handle optional bayes_opt imports
spline2hg 7b5f279
Merge branch 'optimagic-dev:main' into bayesian_optimizer
spline2hg 410ed7d
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] b4147a1
refactor: apply TYPE_CHECKING pattern to iminuit
spline2hg f74383e
Merge remote-tracking branch 'origin/bayesian_optimizer' into bayesia…
spline2hg af215cd
Merge branch 'main' into bayesian_optimizer
janosg 4c03edf
Merge branch 'main' into bayesian_optimizer
janosg 9b0d845
add needs_bounds=True and supports_infinite_bounds=False to bayes_opt
spline2hg File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.