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
I have no idea if that would be a lot of hassle, but I quite like @oscardssmith's suggestion to introduce stalled_success. For over-constraint initialization problems, it is nice to know whether the solver stalled or actually found a root directly from the retcode.
Describe the bug 🐞
If it does not find a solution, a
NonlinearLeastSquars
problem returnsStalled
, thus unsuccessful.Expected behavior
Return successful retcode. On slack Oscar suggested to maybe create a new
stalled_success
retcode for that case.Minimal Reproducible Example 👇
Environment (please complete the following information):
using Pkg; Pkg.status()
using Pkg; Pkg.status(; mode = PKGMODE_MANIFEST)
The text was updated successfully, but these errors were encountered: