-
Notifications
You must be signed in to change notification settings - Fork 430
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
Add DIMEMove
#442
base: main
Are you sure you want to change the base?
Add DIMEMove
#442
Conversation
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
Thanks for this contribution! I'm totally swamped right now, but I'll try to take a closer look at this ASAP. |
Did you find time to have a look? Is there any chance to see this merged? |
@dfm is there anything that can be done to help this? This feature looks super useful so I'd be glad to pitch in. |
In case anyone is interested, there is an emcee drop-in version of the DIME move here: https://github.com/gboehl/dime_sampler I am of course still happy to resolve any issues related to this PR! |
This PR adds the
DIMEMove
as proposed here: https://gregorboehl.com/live/dime_mcmc_boehl.pdfDIME is an ensemble move that is intended to provide fast burn-in for high-dimensional distributions and to perform well for multimodal distributions. See here for an example: https://github.com/gboehl/emcwrap#tutorial
I am happy to create some documentation, e.g. by adding the above tutorial to the emcee documentation.
I will also post in the mailing list...
Cheers!