-
Notifications
You must be signed in to change notification settings - Fork 443
fix constraint handling in single objective MBM #1973
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
Conversation
This pull request was exported from Phabricator. Differential Revision: D48176978 |
Codecov Report
@@ Coverage Diff @@
## main #1973 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 178 178
Lines 15727 15721 -6
=========================================
- Hits 15727 15721 -6
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Summary: Pull Request resolved: facebook#1771 X-link: meta-pytorch/botorch#1973 Currently, constraints are not used in single objective AFs in MBM due to a name mismatch between `outcome_constraints` and `constraints`. Reviewed By: SebastianAment Differential Revision: D48176978 fbshipit-source-id: bae51fcd8740e2523e17d671f50384e7af19c17c
Summary: X-link: facebook/Ax#1771 Pull Request resolved: meta-pytorch#1973 Currently, constraints are not used in single objective AFs in MBM due to a name mismatch between `outcome_constraints` and `constraints`. Reviewed By: SebastianAment Differential Revision: D48176978 fbshipit-source-id: 127713aefe63e9127267b8d9092979b56f290596
1f4b150
to
8142929
Compare
This pull request was exported from Phabricator. Differential Revision: D48176978 |
Summary: X-link: facebook/Ax#1771 Pull Request resolved: meta-pytorch#1973 Currently, constraints are not used in single objective AFs in MBM due to a name mismatch between `outcome_constraints` and `constraints`. Reviewed By: SebastianAment Differential Revision: D48176978 fbshipit-source-id: 8e32f152d511d7dca4d9266dba47fc2765c37eae
8142929
to
d42b592
Compare
This pull request was exported from Phabricator. Differential Revision: D48176978 |
Summary: Pull Request resolved: facebook#1771 X-link: meta-pytorch/botorch#1973 Currently, constraints are not used in single objective AFs in MBM due to a name mismatch between `outcome_constraints` and `constraints`. Reviewed By: SebastianAment Differential Revision: D48176978 fbshipit-source-id: 07ed85bf0b04354342a2765c9444bb546677d79f
Summary: Pull Request resolved: #1771 X-link: meta-pytorch/botorch#1973 Currently, constraints are not used in single objective AFs in MBM due to a name mismatch between `outcome_constraints` and `constraints`. Reviewed By: SebastianAment Differential Revision: D48176978 fbshipit-source-id: 9495708002c11a874bb6b8c06327f0f4643039df
This pull request has been merged in 52529e1. |
Summary: Currently, constraints are not used in single objective AFs in MBM due to a name mismatch between
outcome_constraints
andconstraints
.Reviewed By: SebastianAment
Differential Revision: D48176978