-
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
log_erfcx
and standard_normal_(log_)hazard
for stable pairwise GPs
#1919
Conversation
This pull request was exported from Phabricator. Differential Revision: D47232960 |
Codecov Report
@@ Coverage Diff @@
## main #1919 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 173 173
Lines 15264 15270 +6
=========================================
+ Hits 15264 15270 +6
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
pytorch#1919) Summary: Pull Request resolved: pytorch#1919 This commit introduces `log_erfcx`, and `standard_normal_(log_)hazard`, which improves the stability of the computations involved in pairwise Gaussian process models, and might also be of more general interest and use. Differential Revision: D47232960 fbshipit-source-id: 358c8187869c541a6987fdc71b8fb0a6b9c4f2cb
2671fc4
to
481882b
Compare
This pull request was exported from Phabricator. Differential Revision: D47232960 |
pytorch#1919) Summary: Pull Request resolved: pytorch#1919 This commit introduces `log_erfcx`, and `standard_normal_(log_)hazard`, which improves the stability of the computations involved in pairwise Gaussian process models, and might also be of more general interest and use. Differential Revision: D47232960 fbshipit-source-id: eddf257eaec4beb1d55a94f9bf48fdda59d5a263
481882b
to
e6e8e90
Compare
This pull request was exported from Phabricator. Differential Revision: D47232960 |
pytorch#1919) Summary: Pull Request resolved: pytorch#1919 This commit introduces `log_erfcx`, and `standard_normal_(log_)hazard`, which improves the stability of the computations involved in pairwise Gaussian process models, and might also be of more general interest and use. Differential Revision: D47232960 fbshipit-source-id: 34365b4148435793c55bc32f4ed129483a419f4a
e6e8e90
to
e942251
Compare
This pull request was exported from Phabricator. Differential Revision: D47232960 |
pytorch#1919) Summary: Pull Request resolved: pytorch#1919 This commit introduces `log_erfcx`, and `standard_normal_(log_)hazard`, which improves the stability of the computations involved in pairwise Gaussian process models, and might also be of more general interest and use. Reviewed By: Balandat Differential Revision: D47232960 fbshipit-source-id: 4fbcdc759acb31c6b5d5197d6b1f28b4b192996a
e942251
to
78c0f40
Compare
This pull request was exported from Phabricator. Differential Revision: D47232960 |
pytorch#1919) Summary: Pull Request resolved: pytorch#1919 This commit introduces `log_erfcx`, and `standard_normal_(log_)hazard`, which improves the stability of the computations involved in pairwise Gaussian process models, and might also be of more general interest and use. Reviewed By: Balandat Differential Revision: D47232960 fbshipit-source-id: 15c4a0f4fa4d798b5ea785bd25d880a39f0a9d0e
78c0f40
to
446b400
Compare
This pull request was exported from Phabricator. Differential Revision: D47232960 |
This pull request has been merged in f6ed868. |
Summary: This commit introduces
log_erfcx
, andstandard_normal_(log_)hazard
, which improves the stability of the computations involved in pairwise Gaussian process models, and might also be of more general interest and use.Differential Revision: D47232960