Optimization: principles and algorithms, by Michel Bierlaire
|
Files | |
file | ex0508.m [code] |
![]() | |
file | ex0508gradient.m [code] |
![]() | |
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. | |