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
Line search cannot locate an adequate point after MAXLS
function and gradient evaluations.
Previous x, f and g restored.
Possible causes: 1 error in function or gradient evaluation;
2 rounding error dominate computation.
The text was updated successfully, but these errors were encountered:
Hi there! Occasionally this may happen. I'd suggest trying a different random seed, that usually solves the problem. You can set the random seed in the config file.
If you are still running into the error after trying a few different random seeds, let me know.
Line search cannot locate an adequate point after MAXLS
function and gradient evaluations.
Previous x, f and g restored.
Possible causes: 1 error in function or gradient evaluation;
2 rounding error dominate computation.
The text was updated successfully, but these errors were encountered: