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

Files

file  augmentedLagrangian.m [code]
 Algorithm 19.1: augmented Lagrangian algorithm.
 
file  ex1905.m [code]
 

\[\min f(x)=2(x_1^2+x_2^2-1)-x_1\]

subject to

\[x_1^2 + x_2^2 = 1 \]


 
file  ex1906.m [code]
 

\[\min f(x)=100(x_2-x_1^2)^2+(1-x_1)^2\]

subject to

\[x_1-x_2^2-\frac{1}{2} \]


 
file  Lc.m [code]
 
file  run1905.m [code]
 Runs example 19.5 with the augmented lagrangian method of [1].
 
file  run1906.m [code]
 Runs example 19.6 with the augmented lagrangian method of [1].
 
Copyright 2015-2018 Michel Bierlaire