Optimization: principles and algorithms, by Michel Bierlaire
|
Files | |
file | constrainedNewton.m [code] |
Algorithm 17.2: preconditioned projected gradient, or constrained Newton. | |
file | dikin.m [code] |
Algorithm 17.3: Dikin's method. | |
file | ex1101.m [code] |
![]() | |
file | projectedGradient.m [code] |
Algorithm 17.1: projected gradient Implementation of algorithm 17.1 of [1]. | |
file | run1607dikin.m [code] |
Runs example 16.7 illustrating the Dikin method (Table 17.4) | |
file | run1702.m [code] |
Runs example 17.2 of [1] (Tables 17.1 and 17.2) | |
file | run1702constrainedNewton.m [code] |
Runs example 17.2 of [1] with constrained Newton (Table 17.3) | |
file | run1703.m [code] |
Runs example 17.3 of [1]. | |