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

Things to fix in ADVI #122

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

Things to fix in ADVI #122

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

Comments

@alashworth
Copy link
Owner

Issue by syclik
Thursday Dec 29, 2016 at 05:30 GMT
Originally opened as stan-dev/stan#2195


Summary:

These were issues that were noticed when code reviewing for #1751. @bob-carpenter spotted most of these.

Description:

  • Change gradient_samples argument to the algorithm to something closer to "size of the sample" or "number of draws"
  • in fullrank and meanfield, rather than cont_params.resize(cont_vector.size());, we should use an Eigen::Map
  • document @throw and @return properly. Currently, run() looks like it can only return 0, but it does throw.

Current Version:

v2.14.0

@alashworth alashworth added this to the Future milestone Mar 12, 2019
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