-
Notifications
You must be signed in to change notification settings - Fork 450
Implement qLogNParEGO #2364
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
Implement qLogNParEGO #2364
Conversation
|
This pull request was exported from Phabricator. Differential Revision: D58122015 |
Summary: Adds an implementation of qLogNParEGO that is compatible with Ax MBM. This constructs the Chebyshev scalarization before deferring to qLogNEI for remaining computations. The construction of the Chebyshev objective mirrors what was done in `_get_acqusition_func` for the legacy Ax model. Differential Revision: D58122015
6be1828 to
8c93744
Compare
|
This pull request was exported from Phabricator. Differential Revision: D58122015 |
Summary: Adds an implementation of qLogNParEGO that is compatible with Ax MBM. This constructs the Chebyshev scalarization before deferring to qLogNEI for remaining computations. The construction of the Chebyshev objective mirrors what was done in `_get_acqusition_func` for the legacy Ax model. Differential Revision: D58122015
8c93744 to
58a13cf
Compare
|
This pull request was exported from Phabricator. Differential Revision: D58122015 |
Summary: Adds an implementation of qLogNParEGO that is compatible with Ax MBM. This constructs the Chebyshev scalarization before deferring to qLogNEI for remaining computations. The construction of the Chebyshev objective mirrors what was done in `_get_acqusition_func` for the legacy Ax model. Differential Revision: D58122015
58a13cf to
43a19fe
Compare
|
This pull request was exported from Phabricator. Differential Revision: D58122015 |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2364 +/- ##
=======================================
Coverage 99.98% 99.98%
=======================================
Files 189 190 +1
Lines 16552 16587 +35
=======================================
+ Hits 16549 16584 +35
Misses 3 3 ☔ View full report in Codecov by Sentry. |
Summary: Adds an implementation of qLogNParEGO that is compatible with Ax MBM. This constructs the Chebyshev scalarization before deferring to qLogNEI for remaining computations. The construction of the Chebyshev objective mirrors what was done in `_get_acqusition_func` for the legacy Ax model. Reviewed By: SebastianAment Differential Revision: D58122015
43a19fe to
e20e2f3
Compare
|
This pull request was exported from Phabricator. Differential Revision: D58122015 |
|
This pull request has been merged in 8f25f5b. |
Summary: Adds an implementation of qLogNParEGO that is compatible with Ax MBM. This constructs the Chebyshev scalarization before deferring to qLogNEI for remaining computations. The construction of the Chebyshev objective mirrors what was done in
_get_acqusition_funcfor the legacy Ax model.Differential Revision: D58122015