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

Move writer callbacks into ps_point #121

Open
alashworth opened this issue Mar 12, 2019 · 0 comments
Open

Move writer callbacks into ps_point #121

alashworth opened this issue Mar 12, 2019 · 0 comments

Comments

@alashworth
Copy link
Owner

Issue by betanalpha
Thursday Dec 22, 2016 at 05:24 GMT
Originally opened as stan-dev/stan#2184


Summary:

Move writer callbacks used in the HMC code into the active ps_point object.

Description:

Write now info and error writer callbacks are threaded through much of the HMC code in order to catch potential autodiff errors, making my functions awkward to call. The code would be drastically simplified by making the callbacks members of the base ps_point class that is already passed into each of these functions.

Current Version:

v2.13.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant