-
Notifications
You must be signed in to change notification settings - Fork 415
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
Clean up optimize_acqf and _make_linear_constraints #1660
Conversation
This pull request was exported from Phabricator. Differential Revision: D43012356 |
3668bc4
to
1bc3727
Compare
This pull request was exported from Phabricator. Differential Revision: D43012356 |
Codecov Report
@@ Coverage Diff @@
## main #1660 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 166 166
Lines 14371 14422 +51
=========================================
+ Hits 14371 14422 +51
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Summary: Pull Request resolved: pytorch#1660 Bot was rightly complaining about complexity - pulled out method to validate inputs for `_make_linear_constraints` - introduced a dataclass to contain and validate the inputs for `optimize_acqf` - `optimize_acqf` now calls one of three different `optimize_acqf_[name]` functions Differential Revision: D43012356 fbshipit-source-id: 999c01a391c84d4b002978b0282caa84c2622bfa
1bc3727
to
aadc9b6
Compare
This pull request was exported from Phabricator. Differential Revision: D43012356 |
Summary: Pull Request resolved: pytorch#1660 Bot was rightly complaining about complexity - pulled out method to validate inputs for `_make_linear_constraints` - introduced a dataclass to contain and validate the inputs for `optimize_acqf` - `optimize_acqf` now calls one of three different `optimize_acqf_[name]` functions Reviewed By: Balandat Differential Revision: D43012356 fbshipit-source-id: 8687b1f4d649dd32cd3d9a0905193843ce16942d
aadc9b6
to
1b432ec
Compare
This pull request was exported from Phabricator. Differential Revision: D43012356 |
Summary: Pull Request resolved: pytorch#1660 Bot was rightly complaining about complexity - pulled out method to validate inputs for `_make_linear_constraints` - introduced a dataclass to contain and validate the inputs for `optimize_acqf` - `optimize_acqf` now calls one of three different `optimize_acqf_[name]` functions Reviewed By: Balandat Differential Revision: D43012356 fbshipit-source-id: 861b4574373a53820d4cc35840c54fceac155e85
1b432ec
to
57ef6b7
Compare
This pull request was exported from Phabricator. Differential Revision: D43012356 |
Summary: Pull Request resolved: pytorch#1660 Bot was rightly complaining about complexity - pulled out method to validate inputs for `_make_linear_constraints` - introduced a dataclass to contain and validate the inputs for `optimize_acqf` - `optimize_acqf` now calls one of three different `optimize_acqf_[name]` functions Reviewed By: Balandat Differential Revision: D43012356 fbshipit-source-id: 25833cadaf1862a706cfb805f14446dd3dc90a34
57ef6b7
to
c818d69
Compare
This pull request was exported from Phabricator. Differential Revision: D43012356 |
This pull request has been merged in aa38ac4. |
Summary: Bot was rightly complaining about complexity
Differential Revision: D43012356