-
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
Decoupled Acquisition Function #1948
Conversation
This pull request was exported from Phabricator. Differential Revision: D47710904 |
Summary: Pull Request resolved: pytorch#1948 Introduce an abstract class for decoupled acquisition functions Reviewed By: esantorella Differential Revision: D47710904 fbshipit-source-id: 75a5c795ddcc9058bdc75db27bbc3a6a0ad71ade
3c4855a
to
2dd7ebb
Compare
This pull request was exported from Phabricator. Differential Revision: D47710904 |
Summary: Pull Request resolved: pytorch#1948 Introduce an abstract class for decoupled acquisition functions. A decoupled acquisition function where one may intend to evaluate a design on only a subset of the outcomes. Typically this would be handled by fantasizing, where one would fantasize as to what the partial observation would be if one were to evaluate a design on the subset of outcomes (e.g. you only fantasize at those outcomes) Reviewed By: esantorella Differential Revision: D47710904 fbshipit-source-id: 2c4cd9c0818467c2fd13c4b02c9a2f68734dc3fb
2dd7ebb
to
cd19681
Compare
This pull request was exported from Phabricator. Differential Revision: D47710904 |
Summary: Pull Request resolved: pytorch#1948 Introduce an abstract class for decoupled acquisition functions. A decoupled acquisition function where one may intend to evaluate a design on only a subset of the outcomes. Typically this would be handled by fantasizing, where one would fantasize as to what the partial observation would be if one were to evaluate a design on the subset of outcomes (e.g. you only fantasize at those outcomes) Differential Revision: https://internalfb.com/D47710904 fbshipit-source-id: b10608b5ab8feaebcb209cab0e6e95f029cf0fbe
Codecov Report
@@ Coverage Diff @@
## main #1948 +/- ##
=======================================
Coverage 99.94% 99.94%
=======================================
Files 177 178 +1
Lines 15693 15746 +53
=======================================
+ Hits 15685 15738 +53
Misses 8 8
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Summary: Pull Request resolved: pytorch#1948 Introduce an abstract class for decoupled acquisition functions. A decoupled acquisition function where one may intend to evaluate a design on only a subset of the outcomes. Typically this would be handled by fantasizing, where one would fantasize as to what the partial observation would be if one were to evaluate a design on the subset of outcomes (e.g. you only fantasize at those outcomes) Differential Revision: https://internalfb.com/D47710904 fbshipit-source-id: e31fb21afdca0f65ab96e5d1d124b0eaa815ecb6
Summary: Pull Request resolved: pytorch#1948 Introduce an abstract class for decoupled acquisition functions. A decoupled acquisition function where one may intend to evaluate a design on only a subset of the outcomes. Typically this would be handled by fantasizing, where one would fantasize as to what the partial observation would be if one were to evaluate a design on the subset of outcomes (e.g. you only fantasize at those outcomes) Reviewed By: esantorella Differential Revision: D47710904 fbshipit-source-id: e61b3555c5fd93b53990ce3af299650bbb5341e1
cd19681
to
abe786a
Compare
This pull request was exported from Phabricator. Differential Revision: D47710904 |
Summary: Pull Request resolved: pytorch#1948 Introduce an abstract class for decoupled acquisition functions. A decoupled acquisition function where one may intend to evaluate a design on only a subset of the outcomes. Typically this would be handled by fantasizing, where one would fantasize as to what the partial observation would be if one were to evaluate a design on the subset of outcomes (e.g. you only fantasize at those outcomes) Differential Revision: https://internalfb.com/D47710904 fbshipit-source-id: 1dbebeaa4fac09a74f25cfc441bef4dcf5fb7d3f
Summary: Pull Request resolved: pytorch#1948 Introduce an abstract class for decoupled acquisition functions. A decoupled acquisition function where one may intend to evaluate a design on only a subset of the outcomes. Typically this would be handled by fantasizing, where one would fantasize as to what the partial observation would be if one were to evaluate a design on the subset of outcomes (e.g. you only fantasize at those outcomes) Differential Revision: https://internalfb.com/D47710904 fbshipit-source-id: 6fdcc76ada89028cc48c0df5644a93a7c65e73d8
This pull request has been merged in d346b55. |
Summary: Introduce an abstract class for decoupled acquisition functions
Differential Revision: D47710904