Allow multiple objectives in the optimizer config#725
Merged
bpkroth merged 33 commits intoApr 30, 2024
Conversation
… when loading the results
…led trials into the optimizer
…to sergiym/opt/multiobjective
4 tasks
bpkroth
reviewed
Apr 29, 2024
bpkroth
reviewed
Apr 29, 2024
bpkroth
reviewed
Apr 29, 2024
bpkroth
reviewed
Apr 29, 2024
bpkroth
suggested changes
Apr 29, 2024
bpkroth
left a comment
Contributor
There was a problem hiding this comment.
Just a slight naming change, otherwise LGTM
…/opt/multiobjective_config
…MLOS into sergiym/opt/multiobjective_config
Co-authored-by: Brian Kroth <bpkroth@users.noreply.github.com>
…MLOS into sergiym/opt/multiobjective_config
…t/optimization_direction config
motus
added a commit
that referenced
this pull request
May 9, 2024
* [x] Store multiple optimization targets and directions in base `Optimizer` class * [x] Support multiple optimization targets in mock and grid search optimizers * [x] Check for single objective in `MlosCoreOptimizer` class (will add support for multiple objectives after implementing that feature in `mlos_core` in subsequent PRs) * [x] Update unit tests in mlos_bench Merge after ~#723~ and ~#725~ --------- Co-authored-by: Brian Kroth <bpkroth@users.noreply.github.com>
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
"optimizer_target": {"score": "min"}formatNotImplementedErrorif > 1 target)Part of #692
Merge after #723