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

Refactor MALA and the marginal latent Gaussian to use proposal_generator on their MH step. #508

Closed
albcab opened this issue Mar 20, 2023 · 0 comments · Fixed by #523
Closed

Comments

@albcab
Copy link
Member

albcab commented Mar 20, 2023

#484 refactored proposal_generator so that it applies a Metropolis step and introduced asymmetric_proposal_generator that does a Metropolis-Hastings step. These are basic components for many MCMC algorithms. Previous implementations of MCMC algorithms using these basic components should be refactored to use these basic components.

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 a pull request may close this issue.

1 participant