Skip to content

What is integration_steps referring to? #134

Answered by rlouf
kx-au asked this question in Q&A
Discussion options

You must be logged in to vote

integration_steps (which really should be named num_integration_steps) corresponds to the number of times the symplectic integrator was run building the NUTS trajectory (including the "wasted" half). So for the velocity verlet integrator (default) N would be the number of gradient evaluation.

Indeed you can see that the number returned here is the length of the full trajectory that was built.

Does that make sense? I'll open an issue to make sure this is better documented. Thank you!

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by rlouf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants