Skip to content

Commit

Permalink
Merge pull request #39 from flatironinstitute/drghmc
Browse files Browse the repository at this point in the history
verified changes for DR-G-HMC sampler
  • Loading branch information
bob-carpenter authored Oct 30, 2023
2 parents d32dcb5 + 403c8ca commit deb13a6
Show file tree
Hide file tree
Showing 3 changed files with 819 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bayes_kit/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
from .autocorr import autocorr

# classes
from .drghmc import DrGhmcDiag
from .ensemble import Stretcher
from .ess import ess, ess_imse, ess_ipse
from .hmc import HMCDiag
Expand All @@ -12,11 +13,13 @@
from .smc import TemperedLikelihoodSMC

__all__ = [
"DrGhmcDiag",
"HMCDiag",
"MALA",
"Metropolis",
"MetropolisHastings",
"TemperedLikelihoodSMC",
"Stretcher",
"ess",
"ess_imse",
"ess_ipse",
Expand Down
Loading

0 comments on commit deb13a6

Please sign in to comment.