-
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
Deprecating objective
in favor of posterior_transform
for MultiObjectiveAnalyticAcquisitionFunction
#1781
Conversation
This pull request was exported from Phabricator. Differential Revision: D43047711 |
…bjectiveAnalyticAcquisitionFunction` (pytorch#1781) Summary: Pull Request resolved: pytorch#1781 This commit deprecates `AnalyticMultiOutputObjective` and replaces it with a posterior transform. Differential Revision: D43047711 fbshipit-source-id: a635a3da3c0914073ef79a00dce28abed4f651cd
d099bdb
to
91d17b7
Compare
This pull request was exported from Phabricator. Differential Revision: D43047711 |
…bjectiveAnalyticAcquisitionFunction` (pytorch#1781) Summary: Pull Request resolved: pytorch#1781 This commit deprecates `AnalyticMultiOutputObjective` and replaces it with a posterior transform. Differential Revision: D43047711 fbshipit-source-id: c7cab525fc9c57c9229c8023051de04568c46035
91d17b7
to
aa019ad
Compare
This pull request was exported from Phabricator. Differential Revision: D43047711 |
Codecov Report
@@ Coverage Diff @@
## main #1781 +/- ##
===========================================
- Coverage 100.00% 99.98% -0.02%
===========================================
Files 170 170
Lines 14760 14769 +9
===========================================
+ Hits 14760 14767 +7
- Misses 0 2 +2
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
…bjectiveAnalyticAcquisitionFunction` (pytorch#1781) Summary: Pull Request resolved: pytorch#1781 This commit deprecates `AnalyticMultiOutputObjective` and replaces it with a posterior transform. Differential Revision: D43047711 fbshipit-source-id: 7d6cdac8bcfb6c839c3bb1f61d8006065c1c0b94
aa019ad
to
e2edb13
Compare
This pull request was exported from Phabricator. Differential Revision: D43047711 |
1 similar comment
This pull request was exported from Phabricator. Differential Revision: D43047711 |
…bjectiveAnalyticAcquisitionFunction` (pytorch#1781) Summary: Pull Request resolved: pytorch#1781 This commit deprecates `AnalyticMultiOutputObjective` and replaces it with a posterior transform. Reviewed By: Balandat Differential Revision: D43047711 fbshipit-source-id: b06b636b1a5d614bb9f1610e66fd229a8f88d655
e2edb13
to
0ac52aa
Compare
…bjectiveAnalyticAcquisitionFunction` (pytorch#1781) Summary: Pull Request resolved: pytorch#1781 This commit deprecates `AnalyticMultiOutputObjective` and replaces it with a posterior transform. Reviewed By: Balandat Differential Revision: D43047711 fbshipit-source-id: 8a7aac6c293ea67098c5b81b45d4d04eb5b7d9f0
This pull request was exported from Phabricator. Differential Revision: D43047711 |
0ac52aa
to
c55a696
Compare
This pull request was exported from Phabricator. Differential Revision: D43047711 |
…bjectiveAnalyticAcquisitionFunction` (pytorch#1781) Summary: Pull Request resolved: pytorch#1781 This commit deprecates `AnalyticMultiOutputObjective` and replaces it with a posterior transform. Reviewed By: Balandat Differential Revision: D43047711 fbshipit-source-id: b6e7592cb255abcfe13395dadf5beb5d4922de51
c55a696
to
2e90292
Compare
…bjectiveAnalyticAcquisitionFunction` (pytorch#1781) Summary: Pull Request resolved: pytorch#1781 This commit deprecates `AnalyticMultiOutputObjective` and replaces it with a posterior transform. Reviewed By: Balandat Differential Revision: D43047711 fbshipit-source-id: 1f038364985bfd0e8588bf98399ebb39af7b04ab
2e90292
to
fdff938
Compare
This pull request was exported from Phabricator. Differential Revision: D43047711 |
This pull request has been merged in e6bb147. |
Summary: This commit deprecates
AnalyticMultiOutputObjective
and replaces it with a posterior transform.Differential Revision: D43047711