-
Notifications
You must be signed in to change notification settings - Fork 403
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
Acquisition function input constructor registry #788
Conversation
This pull request was exported from Phabricator. Differential Revision: D28277557 |
Codecov Report
@@ Coverage Diff @@
## master #788 +/- ##
========================================
Coverage 99.97% 99.97%
========================================
Files 105 106 +1
Lines 7209 7324 +115
========================================
+ Hits 7207 7322 +115
Misses 2 2
Continue to review full report at Codecov.
|
This pull request was exported from Phabricator. Differential Revision: D28277557 |
Summary: Pull Request resolved: pytorch#788 See pytorch#784 (reply in thread). This is currently not covering all acquisition functions, and focusing only on the ones in `analytic.py` and `monte_carlo.py`. In particular, KG and MES-ish ones are missing for now Differential Revision: D28277557 fbshipit-source-id: 972d3306abc4def03ca38cdd8032afb960038e61
263b5d3
to
6809a58
Compare
Summary: Pull Request resolved: pytorch#788 See pytorch#784 (reply in thread). This is currently not covering all acquisition functions, and focusing only on the ones in `analytic.py` and `monte_carlo.py`. In particular, KG and MES-ish ones are missing for now Differential Revision: D28277557 fbshipit-source-id: 23267d8848c32476ca8be68f4a4b8fe43e93e355
6809a58
to
a778465
Compare
This pull request was exported from Phabricator. Differential Revision: D28277557 |
Summary: Pull Request resolved: pytorch#788 See pytorch#784 (reply in thread). This is currently not covering all acquisition functions, and focusing only on the ones in `analytic.py` and `monte_carlo.py`. In particular, KG and MES-ish ones are missing for now Differential Revision: D28277557 fbshipit-source-id: 00c13bbbeff345b2bc0cdda506abd20c7f3ea5f4
a778465
to
e88140b
Compare
This pull request was exported from Phabricator. Differential Revision: D28277557 |
Differential Revision: D28389808 fbshipit-source-id: 5838f987986b88cd700f79532a0c13465753b3a0
Summary: Pull Request resolved: pytorch#788 See pytorch#784 (reply in thread). This is currently not covering all acquisition functions, and focusing only on the ones in `analytic.py` and `monte_carlo.py`. In particular, KG and MES-ish ones are missing for now Reviewed By: lena-kashtelyan Differential Revision: D28277557 fbshipit-source-id: 7687fd05cf4be731925e4961b841d4d8324e9ead
e88140b
to
96fdd40
Compare
This pull request was exported from Phabricator. Differential Revision: D28277557 |
This pull request has been merged in d6393d5. |
Summary: Add additional constructors that were not part of D28277557 (pytorch@d6393d5) / pytorch#788. Punting on `ConstrainedExpectedImprovement` for now. Differential Revision: D28454735 fbshipit-source-id: 16e18b5ad5fa3065b558bc8f982278828f95fb57
Summary: Pull Request resolved: pytorch#802 Add additional constructors that were not part of D28277557 (pytorch@d6393d5) / pytorch#788. Punting on `ConstrainedExpectedImprovement` for now. Reviewed By: lena-kashtelyan Differential Revision: D28454735 fbshipit-source-id: 1488f6a328e7353c6d427ccd7bdca9db36ba9697
Summary:
See #784 (reply in thread).
This is currently not covering all acquisition functions, and focusing only on the ones in
analytic.py
andmonte_carlo.py
. In particular, KG and MES-ish ones are missing for nowDifferential Revision: D28277557