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: change scaling computation #3594

Merged
merged 3 commits into from
Aug 17, 2019
Merged

Conversation

aloctavodia
Copy link
Member

@aloctavodia aloctavodia commented Aug 16, 2019

Compute the scaling of the proposal distribution using the same function used by metropolis. This seems to work much more better than the previous function. Just as an example using the "two gaussian model" with n=20.

With the old scaling, the sampler generally get stuck at a single maximum :
old_n20

with the new scaling, while the solution is not perfect is much more better:

new_n20

This PR also include some minor refactoring changes not related to the computation of the scaling factor.

pymc3/smc/smc.py Outdated Show resolved Hide resolved
@aloctavodia aloctavodia merged commit 879cb49 into pymc-devs:master Aug 17, 2019
@aloctavodia aloctavodia deleted the smc_scaling branch August 17, 2019 16:12
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.

None yet

2 participants