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
This error is from Optim's alloc_H method which relies on being able to transpose the optimization variable. Replacing that with Adam actually works so it's not really an issue but more of a limitation of the methods
res = solve(problem, OptimizationOptimisers.Adam(), maxiters=20)
3D optimization with
LBFGS
fails. 2D arrays work because adjoint is probably defined.results in:
The text was updated successfully, but these errors were encountered: