-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Typed Optimization #531
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
Merged
Typed Optimization #531
Changes from 1 commit
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
cf963b1
WIP
till-m 81321f3
Add ML example
till-m 4106850
Save for merge
till-m 5a3f2de
Merge remote-tracking branch 'origin/master' into parameter-types
till-m ac7f253
Merge remote-tracking branch 'origin/master' into parameter-types
till-m 0ff88fc
Merge branch 'master' into parameter-types
till-m 5d34efa
Update
till-m 2b64ff0
Parameter types more (#13)
phi-friday 3920e0f
Use `.masks` not `._masks`
till-m 241e5c7
User `super` to call kernel
till-m 68909ad
Update logging for parameters
till-m 1a03b05
Disable SDR when non-float parameters are present
till-m f17c96a
Add demo script for typed optimization
till-m 3c4c298
Update parameters, testing
till-m 264b79e
Remove sorting, gradient optimize only continuous params
till-m b97c11e
Go back to `wrap_kernel`
till-m 9543fb8
Update code
till-m 7c84390
Remove `tqdm` dependency, use EI acq
till-m f1e4493
Add more text to typed optimization notebook.
till-m b765b5d
Merge branch 'master' into parameter-types
till-m 187fd08
Save files while moving device
till-m 31223a9
Update with custom parameter type example
till-m 4476271
Merge branch 'master' into parameter-types
till-m 9b1fbc1
Mention that parameters are not sorted
till-m 1a54e1b
Change array reg warning
till-m 05fbbcd
Update Citations, parameter notebook
till-m 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
Save files while moving device
- Loading branch information
commit 187fd08b1e2930fb29560060084aa18dd421a3a7
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
:py:mod:`bayes_opt.parameter` | ||
-------------------------------- | ||
|
||
.. automodule:: bayes_opt.parameter | ||
:members: |
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.