Skip to content
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

Make HMC and NUTS return extra information #24

Closed
rlouf opened this issue Sep 2, 2021 · 0 comments · Fixed by #64
Closed

Make HMC and NUTS return extra information #24

rlouf opened this issue Sep 2, 2021 · 0 comments · Fixed by #64
Labels
enhancement New feature or request help wanted Extra attention is needed important

Comments

@rlouf
Copy link
Member

rlouf commented Sep 2, 2021

Information such as whether a divergence occurred, the number of integration steps (for NUTS), the value of the energy, etc. can be useful to diagnose sampling issues. Here are some examples:

  • momentum
  • acceptance_probability
  • is_accepted
  • is_divergent
  • energy
  • proposal
  • num_integration_steps
@rlouf rlouf added the enhancement New feature or request label Sep 2, 2021
@rlouf rlouf changed the title Make HMC and NUTS return extra informations Make HMC and NUTS return extra information Sep 2, 2021
@brandonwillard brandonwillard added important help wanted Extra attention is needed labels Sep 18, 2021
@rlouf rlouf linked a pull request Jun 27, 2022 that will close this issue
@rlouf rlouf mentioned this issue Jun 27, 2022
rlouf added a commit to rlouf/aehmc that referenced this issue Jun 27, 2022
rlouf added a commit to rlouf/aehmc that referenced this issue Jun 27, 2022
rlouf added a commit to rlouf/aehmc that referenced this issue Jul 7, 2022
@rlouf rlouf closed this as completed in #64 Jul 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed important
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants