-
Notifications
You must be signed in to change notification settings - Fork 6
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
SparseVariationalApproximation
breaks with PDMats.jl v0.11.8
#131
Comments
So I guess ApproximateGPs.jl depends on some internals of PDMats.jl then. |
Indeed, it seems SparseVariationalApproximation uses the unexported
(BTW it also uses some other internals such as https://github.com/JuliaGaussianProcesses/ApproximateGPs.jl/blob/master/src/SparseVariationalApproximationModule.jl#L26) |
these are actually defined in https://github.com/JuliaGaussianProcesses/ApproximateGPs.jl/blob/master/src/utils.jl |
Fixed by #133. |
When running the example, the optimization does not work properly, i.e. the optimal covariance matrix of the sparse approximation remains diagonal.
The text was updated successfully, but these errors were encountered: