You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
See also #44 for a failure on a simple gaussian target. Issue was spotted while addressing #112.
Bug Description
In the Introduction.ipynb example, the kernel built using parameters obtained with the window adaptation results in only divergences due to a value for the step size that is too large.
Versions
Python implementation: CPython
Python version : 3.9.6
IPython version : 7.22.0
jax : 0.2.20
jaxlib : 0.1.71
blackjax: 0.2.x
Compiler : GCC 11.1.0
OS : Linux
Release : 5.13.13-arch1-1
Machine : x86_64
Processor :
CPU cores : 24
Architecture: 64bit
The text was updated successfully, but these errors were encountered:
The Introduction.ipynb notebook was the last place where there was an issue with adaptation (to my knowledge). I updated the notebook in a29272d and found that the resulting kernel samples correctly 👍
See also #44 for a failure on a simple gaussian target. Issue was spotted while addressing #112.
Bug Description
In the
Introduction.ipynb
example, the kernel built using parameters obtained with the window adaptation results in only divergences due to a value for the step size that is too large.Versions
The text was updated successfully, but these errors were encountered: