-
Notifications
You must be signed in to change notification settings - Fork 8
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
BAOAB and BADODAB samplers seem broken? #69
Comments
zfurman56
added a commit
to zfurman56/SGMCMCJax
that referenced
this issue
Sep 7, 2023
Typo in commit 1a43e5e broke BAOAB and BADODAB. This fixes the typo.
Bisected and traced the issue to 1a43e5e, which seems to have introduced a typo while refactoring. Submitted a PR to fix. |
Hi @zfurman56, sorry for never replying to this I was on holiday at the time and then forgot to get back to it 😓 Thanks very much for this PR I'll have a look this week! |
jeremiecoullon
pushed a commit
that referenced
this issue
Oct 23, 2023
Just merged your PR into master; thanks very much for this fix! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Using the code provided in this example notebook for either BAOAB or BADODAB gives samples that are constant, even with large dt. I haven't been able to get them to give non-constant output. Is this a bug, or is that notebook just out-of-date?
Output from BADODAB:
Output from SGNHT, for comparison:
Minimal reproducing code, available in this Colab notebook:
Replacing
build_badodab_sampler
withbuild_sgnht_sampler
(and changing dt to 1e-5) works as expected.The text was updated successfully, but these errors were encountered: