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

Identify divergent transition #50

Closed
jonasmac16 opened this issue Apr 11, 2019 · 2 comments
Closed

Identify divergent transition #50

jonasmac16 opened this issue Apr 11, 2019 · 2 comments

Comments

@jonasmac16
Copy link

I was speaking with Kai about this and agreed it would be good to be able to identify divergence of a particular transition (Sec. 6.2 in here ) allowing us to identify pathologies which may bias the posterior sample.

@xukai92
Copy link
Member

xukai92 commented Apr 12, 2019

Thanks for raising this issue! Sec. 6.2 in fact corresponds to https://github.com/TuringLang/AdvancedHMC.jl/blob/master/src/proposal.jl#L104 in the codebase (not obviously to catch as we are following the alg. description in the original NUTS paper). After the current open PR (#49), in which the interface to return this divergence number is set up, is merged, we plan to introduce a type for this divergence information and hopefully this issue will be solved by then.

I think I misread the section number. This needs some effort to implement.

@yebai
Copy link
Member

yebai commented Sep 20, 2019

Is this resolved now?

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

No branches or pull requests

3 participants