Optimization: principles and algorithms, by Michel Bierlaire
chap10 Directory Reference

Files

file  ex0508.m [code]
 $f(x_1,x_2)=\frac{1}{2} x_1^2 + x_1 \cos(x_2)$
 
file  ex0508gradient.m [code]
 $F(x_1,x_2)=(x_1 + \cos(x_2) ; -x_1 \sin(x_2))$
 
file  newtonLocal.m [code]
 Algorithm 10.1: Local Newton for optimization.
 
file  newtonLocalQuadratic.m [code]
 Algorithm 10.2: Local Newton for optimization using the quadratic model.
 
file  run0508.m [code]
 Runs example 5.8 with Newton's local, n variables (Table 10.1)
 
file  run0508quadratic.m [code]
 Runs example 5.8 with Newton's local with the quadratic model.
 
Copyright 2015-2018 Michel Bierlaire