-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
MLDA needs refactoring to become operable again #5021
Comments
Hi, thanks for pointing this out, sounds straightforward. @mikkelbue is maintaining this at the moment. |
Hi @gmingas Would it break variance reduction if we just go back to the way you had implemented it in the first place, where it doesn't collect the full coarse chain? I will have a look when I find some time, but I am trying to wrap up my PhD at the moment, so things are a bit tight. |
Hi all. Just to let you know, we are working on this, but after solving this problem, a new issue has come up with the variance reduction feature, see alan-turing-institute#95. |
Hi @michaelosthege I tried using |
Thank you for your comments. Sorry for taking so long. I was waiting for the big PR you mentioned to be merged to be sure that this would fit in. As you can see I have created a pull request with the required changes, and reintroduced the MLDA tests in |
Description of your problem
In #5019 we removed the trace continuation feature, because it's making the logic in
sampling.py
considerably harder, particularly w.r.t. initial values.The MLDA can probably be fixed easily by using
pm.sample(start=...)
and collecting the individual traces to concatenate them at the end.@gmingas please check if you want to fix it.
Versions and main components
main
The text was updated successfully, but these errors were encountered: