How to extract warmup samples? #549
Answered
by
Madhav-Kanda
Madhav-Kanda
asked this question in
Q&A
-
Is it possible to extract warmup samples in Blackjax? |
Beta Was this translation helpful? Give feedback.
Answered by
Madhav-Kanda
Jun 28, 2023
Replies: 1 comment
-
It was simple to get it. Mentioning it here in case someone is not able to figure it out: Refer to the example provided on the blackjax site for window adaptation based on stan. To obtain the adaptation info (warmup samples) modify the code as follows:
In the above code, the variable named |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Madhav-Kanda
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It was simple to get it. Mentioning it here in case someone is not able to figure it out:
Refer to the example provided on the blackjax site for window adaptation based on stan. To obtain the adaptation info (warmup samples) modify the code as follows:
In the above code, the variable named
warmup_samples
will contain the warmup samples.