weird behavior in step size trace plot during warmup #736
Answered
by
junpenglao
ismael-mendoza
asked this question in
Q&A
-
I was running multilple the warmup (window_adaptation) of multiple NUTS chains at once using vmap with different random seeds. I observe this behavior with the step sizes during warmup And I also see that that at these points there are divergences for all the chains. Is this expected behavior due to the default schedule or is there some weird correlation between my chains? Thank you! |
Beta Was this translation helpful? Give feedback.
Answered by
junpenglao
Sep 12, 2024
Replies: 1 comment 2 replies
-
IIRC this is intended behavior because the step size at the begining of each window will be reset to default. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
To be more precise, the step size will be reset to default at each slow adaptation window:
blackjax/blackjax/adaptation/window_adaptation.py
Line 182 in 8a9b546