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

MCMCSamplingAlgorithm -> SamplingAlgorithm #542

Merged
merged 2 commits into from
Jun 13, 2023

Conversation

albcab
Copy link
Member

@albcab albcab commented Jun 2, 2023

Closes #541

@albcab albcab force-pushed the sampling-algorithm branch from 9c78c9b to ef9bd07 Compare June 2, 2023 16:38
@codecov
Copy link

codecov bot commented Jun 2, 2023

Codecov Report

Merging #542 (81c1c2c) into main (a90ca8e) will not change coverage.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main     #542   +/-   ##
=======================================
  Coverage   99.14%   99.14%           
=======================================
  Files          49       49           
  Lines        2099     2099           
=======================================
  Hits         2081     2081           
  Misses         18       18           
Impacted Files Coverage Δ
blackjax/base.py 100.00% <100.00%> (ø)
blackjax/mcmc/elliptical_slice.py 95.77% <100.00%> (ø)
blackjax/mcmc/ghmc.py 100.00% <100.00%> (ø)
blackjax/mcmc/hmc.py 100.00% <100.00%> (ø)
blackjax/mcmc/mala.py 100.00% <100.00%> (ø)
blackjax/mcmc/marginal_latent_gaussian.py 100.00% <100.00%> (ø)
blackjax/mcmc/nuts.py 100.00% <100.00%> (ø)
blackjax/mcmc/periodic_orbital.py 100.00% <100.00%> (ø)
blackjax/mcmc/random_walk.py 100.00% <100.00%> (ø)
blackjax/sgmcmc/csgld.py 100.00% <100.00%> (ø)
... and 6 more

@albcab albcab enabled auto-merge (squash) June 2, 2023 17:03
@albcab albcab disabled auto-merge June 2, 2023 19:06
junpenglao
junpenglao previously approved these changes Jun 12, 2023
@junpenglao junpenglao merged commit fd2cae8 into blackjax-devs:main Jun 13, 2023
@albcab albcab deleted the sampling-algorithm branch June 13, 2023 08:21
junpenglao pushed a commit that referenced this pull request Mar 12, 2024
* MCMCSamplingAlgorithm -> SamplingAlgorithm

* include stochastic gradient algorithms
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.

MCMCSamplingAlgorithm -> SamplingAlgorithm
2 participants