You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The new external sampler interface demonstrated an excellent proof-of-concept for integrating Turing with MCMC samplers via AbstractMCMC without extra glue code. Let's push to get rid of the following files:
mcmc/sghmc.jl
mcmc/hmc.jl
mcmc/mh.jl
replace mcmc/gibbs.jl with experimental/gibbs.jl
The text was updated successfully, but these errors were encountered:
@sunxd3, let's update existing PRs instead of opening new ones for similar tasks in the future. It is okay to open new issues if they are sufficiently different.
The new
external sampler
interface demonstrated an excellent proof-of-concept for integrating Turing with MCMC samplers viaAbstractMCMC
without extra glue code. Let's push to get rid of the following files:mcmc/sghmc.jl
mcmc/hmc.jl
mcmc/mh.jl
mcmc/gibbs.jl
withexperimental/gibbs.jl
The text was updated successfully, but these errors were encountered: