-
Notifications
You must be signed in to change notification settings - Fork 18
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
Missing API method #32
Comments
13 tasks
9 tasks
@Red-Portal is this now addressed? |
The new interface for v0.3.0 is now optimize(problem, objective, q_init, max_iter, objargs...; kwargs...) and I think one could treat |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The API description has the following two methods for
vi
:vi(model, alg)
vi(model, alg, q::VariationalPosterior, θ)
The first method is needed when the algorithm only supports one variational family (e.g. Pathfinder). However, there's no way to provide
θ
as in the second method. It would be useful if the API includedvi(model, alg, θ)
The text was updated successfully, but these errors were encountered: