-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Update more samplers for v4 compatibility #4559
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let me know if I can help to take care of the remaining metropolis samplers - particularly w.r.t. RaveledVars
changes.
while y <= logp(ql): # changed lt to leq for locally uniform posteriors | ||
while y <= logp( | ||
RaveledVars(ql, q0.point_map_info) | ||
): # changed lt to leq for locally uniform posteriors |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The line is split by black
only because of the comment (compare next while
). The comment should probably go on its own line above..
1ce73c3
to
b171224
Compare
5e22dab
to
0968539
Compare
@ricardoV94, once these tests pass, I'll merge this and help out with #4548 (e.g. it will need to be rebased, etc.) |
8da59fe
to
5fa3572
Compare
5fa3572
to
02f8c3a
Compare
02f8c3a
to
dddd6d2
Compare
dddd6d2
to
1414e97
Compare
This PR makes the changes necessary to run more step methods in v4 (e.g. basic Metropolis, slice sampler, etc.)