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

SMC Pretuning #765

Merged
merged 44 commits into from
Jan 16, 2025
Merged

Conversation

ciguaran
Copy link
Contributor

Implements pretuning of SMC from section 3.3 https://arxiv.org/abs/1808.07730 . The approach is complementary to the tuning of inner kernels we already have in Blackjax.

Pretuning works by holding (a set of samples from) a probability distribution of the parameters of the inner chains, and updating such distribution on each SMC step. The update works by taking an MCMC step and measuring chain mixing. Chain mixing scores are then used as weights to resample from the jitted parameter samples. The particles from pretuning are discarded, and then a full mutation step happens, using the new parameters.

junpenglao
junpenglao previously approved these changes Jan 16, 2025
Copy link
Member

@junpenglao junpenglao left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great stuff, thanks!

@junpenglao junpenglao merged commit fc539ca into blackjax-devs:main Jan 16, 2025
5 checks passed
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 this pull request may close these issues.

2 participants