JuliaNLSolvers / Optim.jl

Optimization functions for Julia
Other
1.11k stars 213 forks source link

Exact line search #1009

Closed mahaa2 closed 1 year ago

mahaa2 commented 1 year ago

Hi,

Is it possible to perform exact line search ? Meaning minimize g(α) = f(x + α ∇f) (even numerically) w.r.t α

Marcelo

johnmyleswhite commented 1 year ago

I've never seen this done. Are there papers you'd refer to?

mahaa2 commented 1 year ago

Neither do I. Thank you.