-
Notifications
You must be signed in to change notification settings - Fork 78
Multi fidelity acquisition functions and recommender logic #756
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
Draft
jpenn2023
wants to merge
35
commits into
dev/mfbo
Choose a base branch
from
dev-mfbo-main-acquisition-functions
base: dev/mfbo
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Changes from all commits
Commits
Show all changes
35 commits
Select commit
Hold shift + click to select a range
4077f3c
Multi fidelity searchspaces and surrogate modelling
jpenn2023 d630ca2
Typing fixes
jpenn2023 191ba76
More typing fixes
jpenn2023 e21bdf7
More typing fixes with some unresolved
jpenn2023 ba326a7
Typo fix
jpenn2023 23e3038
Integrating multi fidelity surrogate models with multitask refactor
jpenn2023 de0f662
Integrate typing
jpenn2023 049e6bd
Integrating kernel factories with multi fidelity
jpenn2023 c5916f0
Move _ModelContext
jpenn2023 3a44ac8
Remove deprecated/unused from_preset from STMF GP.
jpenn2023 069d1bd
Mainly docstring fixes
jpenn2023 362bab8
Separating task and fidelity types in search space.
jpenn2023 6b2f0f1
Tidying supports_ inheritance
jpenn2023 7f1a529
Remove unused imports after ModelContext move
AVHopp b45f10f
Add acquisition functions
jpenn2023 c2862cb
Add acquisition functions
jpenn2023 9580092
Moving generic dict comparison validator
jpenn2023 c9f771e
Adding qMFKG botorch attributes and including qKG current_value attri…
jpenn2023 950a6f2
Add SearchSpaceTaskType to searchspace init file
jpenn2023 84eddb5
Add multi fidelity acqfs to acquistion init files
jpenn2023 3967a38
Add multi-fidelity acquisiton arguments
jpenn2023 370b363
Add recommender logic.
jpenn2023 554dd04
Checkpoint files should not be in the merge.
jpenn2023 d151bb5
Attrs usage for custom acqf, minor bug fixes and docstring updates
jpenn2023 c3b2127
Validation typing fix
jpenn2023 bc5c4f3
Typing fixes: working around broad Botorch typing
jpenn2023 5bd6ab7
searchspace dependent acquisition function choice
jpenn2023 d6da0d5
MFUCB fidelities costs and values set at acqf build time
jpenn2023 b795053
Comp rep fidelity dictionary for MFUCB
jpenn2023 6dfe82c
Restricted searchspace for MFUCB stage one
jpenn2023 b27e90b
Fixed custom acqf imports
jpenn2023 ee1cb74
Fix typing in acqf builder
jpenn2023 1528c1c
Docstring and typing fixes.
jpenn2023 d1630a4
Minor fixes
jpenn2023 9565aa5
Docstrings, error messages, variable names, file structure.
jpenn2023 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,10 @@ | ||
| """Custom acquisition functions.""" | ||
|
|
||
| from baybe.acquisition.custom_acqfs.two_stage import ( | ||
| MultiFidelityUpperConfidenceBound, | ||
| ) | ||
|
|
||
| __all__ = [ | ||
| # Multi fidelity acquisition functions | ||
| "MultiFidelityUpperConfidenceBound", | ||
| ] |
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.