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

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]
 $f(x)=\frac{1}{2} x_1^2 + \frac{9}{2} x_2^2$
 
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].
 
Copyright 2015-2018 Michel Bierlaire