Skip to content
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

Pass grad_estimator to the CSGLD kernel directly #518

Merged
merged 1 commit into from
Apr 14, 2023

Conversation

albcab
Copy link
Member

@albcab albcab commented Apr 13, 2023

Closes #459

junpenglao
junpenglao previously approved these changes Apr 13, 2023
@codecov
Copy link

codecov bot commented Apr 13, 2023

Codecov Report

Merging #518 (5a6a590) into main (7100bca) will not change coverage.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main     #518   +/-   ##
=======================================
  Coverage   99.28%   99.28%           
=======================================
  Files          47       47           
  Lines        1947     1947           
=======================================
  Hits         1933     1933           
  Misses         14       14           
Impacted Files Coverage Δ
blackjax/kernels.py 99.21% <ø> (ø)
blackjax/sgmcmc/csgld.py 100.00% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@albcab albcab merged commit c0ac856 into blackjax-devs:main Apr 14, 2023
@albcab albcab deleted the refactor_csgld branch April 14, 2023 16:46
junpenglao pushed a commit that referenced this pull request Mar 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

We should pass grad_estimator to Contour SGLD kernel directly
2 participants