Open
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
Owner
|
Thanks for this contribution! I'm totally swamped right now, but I'll try to take a closer look at this ASAP. |
Author
|
Did you find time to have a look? Is there any chance to see this merged? |
Contributor
|
@dfm is there anything that can be done to help this? This feature looks super useful so I'd be glad to pitch in. |
Author
|
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 file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR adds the
DIMEMoveas 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!