LineSearches.jl icon indicating copy to clipboard operation
LineSearches.jl copied to clipboard

Pass on `gtol` convergence criterion to linesearches that calculate `grad(f)`

Open anriseth opened this issue 7 years ago • 1 comments

Morethuente, hagerzhang and strongwolfe all evaluate df.g! or df.fg!, and should thus report return any step that will give g(x+alpha*p) within tolerance from Optim, NLsolve etc.

anriseth avatar Mar 05 '17 23:03 anriseth

We should probably investigate whether the new step decreases f(x) as well. If not we must decrease the search interval.

anriseth avatar Mar 06 '17 00:03 anriseth