Skip to content
Prev 206127 / 398503 Next

optim: abnormal termination in lnsrch (resend)

Mario Valle wrote:
We need more information.
You can also try the additional argument to optim for tracing  the
optimization.
Use optim(param, fun, method='L-BFGS-B', lower=lo, upper=up
,control=list(trace=6))
to get more information.

Berend