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
It seems like it doesn't like the fact that an initial values being set. The MOI interface might need some additional checks such as if the chosen optimiser allows for initial values.
I have tried using
EAGO.jl
withGalacticOptim.jl
but it seems to run into a couple of errors.The MWE:
The first error I get is the following:
It seems like it doesn't like the fact that an initial values being set. The MOI interface might need some additional checks such as if the chosen optimiser allows for initial values.
So if I comment out that section which sets the initial values https://github.com/SciML/GalacticOptim.jl/blob/2b657d2a2e1ce80547c54b4cbb4f468d2ee56bad/src/solve/moi.jl#L155-L157
A new error emerges:
This probably relates to following lines and associated functions but I don't fully understand the MOI syntax.
https://github.com/SciML/GalacticOptim.jl/blob/2b657d2a2e1ce80547c54b4cbb4f468d2ee56bad/src/solve/moi.jl#L159-L166
The text was updated successfully, but these errors were encountered: