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
There are couple of problems with the Laplace approximation:
For Laplace approximation we use Optim.jl package to evaluate derivatives, however in current version of Optim.jl derivative syntax for 1D functions has changed leading to failures in ReactiveMP.jl.
Current implementation of Laplace is not numerically stable.
The text was updated successfully, but these errors were encountered:
This isn't the first time we suffer from optimization packages.
Should we use our handcrafted optimization procedures or we fix the version of optimization packages?
Your thoughts guys, @ismailsenoz@bvdmitri@ismailsenoz?
TBH I don't think we should use our handcrafted optimization procedures - maybe just another package? Or probably there is way to fix Optim.jl. There are plenty of other options too: GalacticOptim.
There are couple of problems with the Laplace approximation:
The text was updated successfully, but these errors were encountered: