-
Notifications
You must be signed in to change notification settings - Fork 29
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
Documentation for internals in Chains object #339
Comments
Reading through the source of AdvancedHMC.jl I assume the following for each field:
Is that roughly correct? |
@xukai92 is that correct? BTW a bit confusing that there's both |
Yes. And also yes for NUTS regarding "is_accept = whether the sample is accepted (is always true?)"?
I agree. I believe long time ago Turing simply extracted log_density as lp which avoids this issue. What do you think the best way to make it consistent between Turing and other sampler packages? @Vaibhavdixit02 maybe include this in the doc plan? |
Turing uses |
I just want to add that I've several times tried to access |
When sampling from a model with NUTS then the
Chains
object that is returned contains a lot of internal fields which seem to be undocumented. Are those fields documented somewhere?MWE:
Model and sampling:
Then
chain
contains the following fields and I am interested in theinternals
:The text was updated successfully, but these errors were encountered: