DFP Quasi-Newton for Quadratic Function
Afficher commentaires plus anciens
i tried multiple times with the tutorial from mathwork about quasi-newton but always failed, maybe my Matlab R2015b is not match with the functions from tutorials. please help me
f(x; y) = 100*(y-x^2)^2 + (1-x)^2
Implement the procedures for minimization of the function f(x; y) using Quasi-Newton (DFP) method applying Armijo line search with
initial point (x0; y0) = (-0:75; 1)
Réponses (0)
Catégories
En savoir plus sur Nonlinear Optimization dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!