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

Update MCMC sampler wrappers in Turing.jl to use AbstractMCMC #2426

Closed
mhauru opened this issue Dec 5, 2024 · 2 comments
Closed

Update MCMC sampler wrappers in Turing.jl to use AbstractMCMC #2426

mhauru opened this issue Dec 5, 2024 · 2 comments

Comments

@mhauru
Copy link
Member

mhauru commented Dec 5, 2024

We currently have lots of glue code bridging the gap between sampler packages like AdvancedMH and AdvancedHMC and Turing's implementation of sample. We should be able to remove the vast majority now using the AbstractMCMC interface.

This needs to be done after #2318, which will release us from using all the space Selector stuff, which makes up a lot of the glue code.

Related issues

@mhauru mhauru added this to the Turing v1.0.0 milestone Dec 5, 2024
@torfjelde
Copy link
Member

Is this not a duplicate of #2413 ?

@mhauru
Copy link
Member Author

mhauru commented Dec 5, 2024

Seems to be

@mhauru mhauru closed this as completed Dec 5, 2024
@mhauru mhauru removed this from the Turing v1.0.0 milestone Dec 5, 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

No branches or pull requests

2 participants