Certain Optim.jl
solvers such as NelderMead()
return solutions that silently violate bounds. These still give SciMLBase.retcode_successful
and can be caught here
#791
Labels
bug
Something isn't working
Minimal Reproducible Example 👇
One way to deal with this in the
Optimization.jl
rather than inOptim.jl
could be to test for this violation before passing on the retcode successful to the user.The text was updated successfully, but these errors were encountered: