How to implement linesearch in optimization algorithms?
Show older comments
I am trying to implement a linesearching procedure in an optimization algorithm. $\eta_n=\eta^{m_n}$ where $m_n$ is the smallest integer $m$ such that $\eta_n\|A(x)-A(y)\| \le \mu\|x-y\|.$ Please how do I execute this in function mode?
5 Comments
Malay Agarwal
on 13 Jul 2023
Could you please explain what exactly it is you want to achieve? The question is not very clear.
Olawale Oyewole
on 13 Jul 2023
Torsten
on 13 Jul 2023
And what does Step 1 has to do with linesearching ?
Olawale Oyewole
on 13 Jul 2023
Moved: Torsten
on 13 Jul 2023
Accepted Answer
More Answers (0)
Categories
Find more on Surrogate Optimization in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

