-
Notifications
You must be signed in to change notification settings - Fork 400
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
Add PosteriorTransform to get_optimal_samples and optimize_posterior_samples #2576
Conversation
This pull request was exported from Phabricator. Differential Revision: D64266499 |
…samples (pytorch#2576) Summary: Added `posterior_transform` arg to get_optimal_samples to enable posterior sampling-based (xES, TestSet IG) acquisition functions with minimization problems. Intended use in one-shot settings. Differential Revision: D64266499
f1d85c0
to
51d8b01
Compare
This pull request was exported from Phabricator. Differential Revision: D64266499 |
…samples (pytorch#2576) Summary: Added `posterior_transform` arg to get_optimal_samples to enable posterior sampling-based (xES, TestSet IG) acquisition functions with minimization problems. Intended use in one-shot settings. Differential Revision: D64266499
51d8b01
to
a3bee4a
Compare
This pull request was exported from Phabricator. Differential Revision: D64266499 |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2576 +/- ##
=======================================
Coverage 99.98% 99.98%
=======================================
Files 196 196
Lines 17340 17350 +10
=======================================
+ Hits 17338 17348 +10
Misses 2 2 ☔ View full report in Codecov by Sentry. |
…samples (pytorch#2576) Summary: Added `posterior_transform` arg to get_optimal_samples to enable posterior sampling-based (xES, TestSet IG) acquisition functions with minimization problems. Intended use in one-shot settings. Differential Revision: D64266499
a3bee4a
to
8386c95
Compare
This pull request was exported from Phabricator. Differential Revision: D64266499 |
…samples (pytorch#2576) Summary: Added `posterior_transform` arg to get_optimal_samples to enable posterior sampling-based (xES, TestSet IG) acquisition functions with minimization problems. Intended use in one-shot settings. Differential Revision: D64266499
8386c95
to
570fa3c
Compare
This pull request was exported from Phabricator. Differential Revision: D64266499 |
…samples (pytorch#2576) Summary: Added `posterior_transform` arg to get_optimal_samples to enable posterior sampling-based (xES, TestSet IG) acquisition functions with minimization problems. Intended use in one-shot settings. Differential Revision: D64266499
570fa3c
to
1ffc76e
Compare
This pull request was exported from Phabricator. Differential Revision: D64266499 |
…samples (pytorch#2576) Summary: Added `posterior_transform` arg to get_optimal_samples to enable posterior sampling-based (xES, TestSet IG) acquisition functions with minimization problems. Intended use in one-shot settings. Differential Revision: D64266499
…samples (pytorch#2576) Summary: Added `posterior_transform` arg to get_optimal_samples to enable posterior sampling-based (xES, TestSet IG) acquisition functions with minimization problems. Intended use in one-shot settings. Differential Revision: D64266499
1ffc76e
to
8b81462
Compare
This pull request was exported from Phabricator. Differential Revision: D64266499 |
…samples (pytorch#2576) Summary: Added `posterior_transform` arg to get_optimal_samples to enable posterior sampling-based (xES, TestSet IG) acquisition functions with minimization problems. Intended use in one-shot settings. Differential Revision: D64266499
…samples (pytorch#2576) Summary: Added `posterior_transform` arg to get_optimal_samples to enable posterior sampling-based (xES, TestSet IG) acquisition functions with minimization problems. Intended use in one-shot settings. Differential Revision: D64266499
…samples (pytorch#2576) Summary: Added `posterior_transform` arg to get_optimal_samples to enable posterior sampling-based (xES, TestSet IG) acquisition functions with minimization problems. Intended use in one-shot settings. Differential Revision: D64266499
8b81462
to
fa08546
Compare
This pull request was exported from Phabricator. Differential Revision: D64266499 |
…samples (pytorch#2576) Summary: Added `posterior_transform` arg to get_optimal_samples to enable posterior sampling-based (xES, TestSet IG) acquisition functions with minimization problems. Intended use in one-shot settings. Differential Revision: D64266499
fa08546
to
b246ab7
Compare
This pull request was exported from Phabricator. Differential Revision: D64266499 |
…samples (pytorch#2576) Summary: Added `posterior_transform` arg to get_optimal_samples to enable posterior sampling-based (xES, TestSet IG) acquisition functions with minimization problems. Intended use in one-shot settings. Differential Revision: D64266499
…samples (pytorch#2576) Summary: Added `posterior_transform` arg to get_optimal_samples to enable posterior sampling-based (xES, TestSet IG) acquisition functions with minimization problems. Intended use in one-shot settings. Differential Revision: D64266499
b246ab7
to
91c748a
Compare
This pull request was exported from Phabricator. Differential Revision: D64266499 |
…samples (pytorch#2576) Summary: Added `posterior_transform` arg to get_optimal_samples to enable posterior sampling-based (xES, TestSet IG) acquisition functions with minimization problems. Intended use in one-shot settings. Differential Revision: D64266499
…samples (pytorch#2576) Summary: Added `posterior_transform` arg to get_optimal_samples to enable posterior sampling-based (xES, TestSet IG) acquisition functions with minimization problems. Intended use in one-shot settings. Reviewed By: saitcakmak Differential Revision: D64266499
…samples (pytorch#2576) Summary: Added `posterior_transform` arg to get_optimal_samples to enable posterior sampling-based (xES, TestSet IG) acquisition functions with minimization problems. Intended use in one-shot settings. Reviewed By: saitcakmak Differential Revision: D64266499
…samples (pytorch#2576) Summary: Added `posterior_transform` arg to get_optimal_samples to enable posterior sampling-based (xES, TestSet IG) acquisition functions with minimization problems. Intended use in one-shot settings. Reviewed By: saitcakmak Differential Revision: D64266499
This pull request has been merged in 04193e9. |
Summary: Added
posterior_transform
arg to get_optimal_samples to enable posterior sampling-based (xES, TestSet IG) acquisition functions with minimization problems. Intended use in one-shot settings with TSIG with Target-aware models (e.g. D63135028), which otherwise cannot be used in minimization problems, nor with multi-objective.Differential Revision: D64266499