Adaptive step size for quasi newton optimization
Mostra commenti meno recenti
I'm trying to solve a nonlinear optimization Problem for an optimal output feedback control.
This is based on an older (1984) PhD thesis where the author chose the BFGS-Algorithm to solve it.
But it is also stated that the cost function is bound and crossing those unknown bounds the function value is quickly increasing to inf. The author solves this by modifying the BFGS-Algorithm with an additional algorithm that checks and varies the step size.
The cost function is
with the matrix P beeing the solution of an Lyapunov equation containing my optimization variables.
Is there a way of implementing a adaptive step size to fminunc or even a better suited solver available in the optimization toolbox?
Or should i just code the modified BFGS-Algorithm myself since the PhD thesis contains flowcharts of it.
Thanks!
Laurin
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su Nonlinear Optimization in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!