Pressio / pressio

core C++ library
Other
45 stars 7 forks source link

Add "basic" backtrack line search #488

Closed eparish1 closed 1 year ago

eparish1 commented 1 year ago

We need to add a basic backtracking search that only allows a step if the residual goes down, | r(x_{k+1} ) | \le | r(x_k) |.

mzuzek commented 1 year ago

Hi @eparish1, finally we can have $|r(x_{k+1})| \le |r(x_k)|$ in GitHub markdown now :-) (just wrap your LaTeX math with $ or $$)