You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, in AutoLaplaceApproximation, we use jax.hessian to compute Hessian matrix. But the hessian matrix is not always positive definite. So it would be nice to use Gaussian-Newton hessian matrix when scale_tril = Nan.
The text was updated successfully, but these errors were encountered:
Currently, in AutoLaplaceApproximation, we use
jax.hessian
to compute Hessian matrix. But the hessian matrix is not always positive definite. So it would be nice to use Gaussian-Newton hessian matrix when scale_tril = Nan.The text was updated successfully, but these errors were encountered: