-
Notifications
You must be signed in to change notification settings - Fork 68
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
Update mlos_core API to support with multi-factor optimization #730
Conversation
… when loading the results
…led trials into the optimizer
…to sergiym/opt/multiobjective
another PR to reduce the size of #730
Multi-target optimization in FLAML and optional weights for optimization targets implemented in the next PR #738 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's back out the change to submitting all non-objective scores as context for now. Thanks!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor comment request and I think so test failures, but LGTM
…t multi-target optimization for FLAML. (#738) Summary of changes: * Pass optional weights for optimization targets in mlos_core * Implement weighted average for multi-objective optimization in FLAML * Add more unit tests for multi-objective optimization on mlos_core side Merge after ~#730~ --------- Co-authored-by: Brian Kroth <[email protected]>
…t multi-target optimization for FLAML. (microsoft#738) Summary of changes: * Pass optional weights for optimization targets in mlos_core * Implement weighted average for multi-objective optimization in FLAML * Add more unit tests for multi-objective optimization on mlos_core side Merge after ~microsoft#730~ --------- Co-authored-by: Brian Kroth <[email protected]>
BaseOptimizer.register()
and other methods that deal with scoresMlosCoreOptimizer
to support the new mlos_core APIMerge after
#726