-
Notifications
You must be signed in to change notification settings - Fork 106
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
Partial posteriors SMC and refactor to decouple tempering from SMC construction #729
Partial posteriors SMC and refactor to decouple tempering from SMC construction #729
Conversation
…x into ciguaran_waste_free_smc
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM overall, I have a minor question on partial_logposterior_factory
and selector
.
Also, could you go through the doc string and make sure the formatting is consistent? There is some spacing issue (some of which I highlighted.
@junpenglao covered the comments. For some reason the benchmark is failing for HMC (code which is untouched by this PR) 🤔 |
Yeah i think it is just some flakyness - merging. Thanks a lot! |
…nstruction (blackjax-devs#729) * extracting taking last * test passing * layering * example * more * Adding another example * tests in place * rolling back changes * Adding test for num_mcmc_steps * format * better test coverage * linter * Flake8 * black * implementation[ * partial posteriors implementation * rolling back some changes * linter * fixing test * adding reference * typo * exposing in top level api * reruning precommit * adding more steps * smaller step size * fixes on comments * small fix on formating * renaming to data mask * linter
SMC: Allow for different path of distributions other than tempering. #726