-
Notifications
You must be signed in to change notification settings - Fork 1
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
discuss Langevin #5
Comments
@paciorek I'd be fine with the non-export option. Also noting that the
|
Great, I'll leave it to you to do that. |
I'm leaving this issue open, for discussion about re-working / improving the langevin sampler. |
Revisiting this in light of upcoming release.
@danielturek how does that sound? |
@paciorek Yes, that sounds reasonable to me. I'm happy to make this change (remove Roxygen for |
'removal' could also simply be "commenting out" the roxygen "comments" by adding another level of comment hashes, so as to keep the info in the code file. |
@paciorek Yes absolutely, that was my intention. I'll do this right now. Keep this issue open, though. |
I had done some work a while back to implement a version of Langevin (in nimble branch
extend_langevin
) that adapts the full covariance following a discussion with Giacomo Zanella (https://arxiv.org/abs/1908.11812). I hadn't gotten acceptable performance with that or (I believe) with the basic Langevin on my test cases and hadn't gotten a chance to get back to it to explore further.I'm wary of exposing the current Langevin in
nimbleHMC
until we do more exploration of performance/behavior. One thought is that we remove it entirely for now, while another is that we don't export it.@danielturek @perrydv, thoughts?
The text was updated successfully, but these errors were encountered: