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

Allow multiple objectives in the optimizer config #725

Merged
merged 33 commits into from
Apr 30, 2024

Conversation

motus
Copy link
Member

@motus motus commented Mar 26, 2024

  • Update JSON schema to use "optimizer_target": {"score": "min"} format
  • Update base Optimizer class to use the new config format (throw NotImplementedError if > 1 target)
  • Modify all unit tests to use the new format

Part of #692

Merge after #723

motus added 24 commits March 22, 2024 14:55
@motus motus requested a review from a team as a code owner March 26, 2024 23:57
@motus motus self-assigned this Mar 27, 2024
@motus motus changed the title Allow multiple objectives in optimizer config Allow multiple objectives in the optimizer config Mar 28, 2024
Copy link
Contributor

@bpkroth bpkroth left a comment

Choose a reason for hiding this comment

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

Just a slight naming change, otherwise LGTM

Copy link
Contributor

@bpkroth bpkroth left a comment

Choose a reason for hiding this comment

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

LGTM!

@bpkroth bpkroth enabled auto-merge (squash) April 29, 2024 23:05
@bpkroth bpkroth merged commit fbdc116 into microsoft:main Apr 30, 2024
12 checks passed
@motus motus deleted the sergiym/opt/multiobjective_config branch May 1, 2024 00:21
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 <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants