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

Return all intermediates in a custom struct #19

Closed
sethaxen opened this issue Nov 3, 2021 · 1 comment
Closed

Return all intermediates in a custom struct #19

sethaxen opened this issue Nov 3, 2021 · 1 comment

Comments

@sethaxen
Copy link
Member

sethaxen commented Nov 3, 2021

Currently pathfinder only returns the ELBO-maximizing distribution as well as the requested samples, but for debugging and visualization, it would be better to return a PathfinderResult object that contains also the trace, gradients, and all Laplace approximations.

multipathfinder could return a MultiPathfinderResult object that contains the vector of objects, all draws used for importance sampling, and the Pareto k parameter returned by PSIS.

@sethaxen
Copy link
Member Author

sethaxen commented May 2, 2022

Closed by #60

@sethaxen sethaxen closed this as completed May 2, 2022
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

1 participant