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
Hi,
I have seen, that this issue has come up before, but since this was some time ago I thought it might be helpful to start another issue:
I am optimizing a function using the Optim package with uses LineSearch.jl for the line search. Can you explain to me how I should interpret the following error and what I could do to avoid it?
Thanks in advance
Once #177 merges you should be able to gain more insight. But in general terms, your objective function seems to be returning non-finite values or derivatives. (@assert means "the following is supposed to be true," and if you get an AssertionError it means that it was not true.)
Hi,
I have seen, that this issue has come up before, but since this was some time ago I thought it might be helpful to start another issue:
I am optimizing a function using the Optim package with uses LineSearch.jl for the line search. Can you explain to me how I should interpret the following error and what I could do to avoid it?
Thanks in advance
The text was updated successfully, but these errors were encountered: