Difference between revisions of "Slides from Lectures and Tutorials"
Jump to navigation
Jump to search
Line 55: | Line 55: | ||
** [[Media:19-minlpBnB.pdf|Branch-and-Bound for Mixed-Integer Nonlinear optimization]] | ** [[Media:19-minlpBnB.pdf|Branch-and-Bound for Mixed-Integer Nonlinear optimization]] | ||
** [[Media:10a-tutorial.pdf|The Real Tutorial 10]] A tutorial on te cutting stock problem by Meenarli, Prashant, and Devanand | ** [[Media:10a-tutorial.pdf|The Real Tutorial 10]] A tutorial on te cutting stock problem by Meenarli, Prashant, and Devanand | ||
− | *** Small Example: [[Media:cspSmall.ampl]], [[Media:cspSmall.dat]], [[Media:cspSmall.mod]] | + | *** Small Example: [[Media:cspSmall.ampl|scpSmall.ampl]], [[Media:cspSmall.dat|cspSmall.dat]], [[Media:cspSmall.mod|cspSmall.mod]] |
colGen.ampl csp.dat csp.mod | colGen.ampl csp.dat csp.mod |
Revision as of 03:23, 22 September 2016
- Day 1: Introduction and Applications of Optimization
- Day 2: Case Study and Methods for Unconstrained Optimization
- Day 3: Newton and Conjugate Gradient Methods
- Day 4: Trust-Region Methods and Bound Constrained Optimization
- Restricted Step Methods
- Methods for Bound Constrained Optimization
- Tutorial 4 new version of the Matlab routines Zip archive with Matlab routines you can modify
- Day 5: Optimality Conditions, Convexity, and Duality
- Day 6: Linear and Quadratic Programming
- Linear Programming
- Quadratic Programming
- Tutorial 6
- Data file for transshipment model network.dat
- Data file for portfolio model portfolio.dat
- Part of Student.mod model file part.mod
- Day 7: Nonlinear Programming Methods Part I
- Sequential Quadratic Programming
- Interior-Point and Augmented Lagrangian Methods
- Tutorial 7
- Data files for sparse optimization SparseOpt.dat, lasso6_20_2.dat, lasso20_100_14.dat
- Day 8: Nonlinear Programming Methods Part II
- Day 9: Optimization Problems with Equilibrium Constraints
- Optimization Problems with Equilibrium Constraints
- Optimization Problems with Equilibrium Constraints
- Tutorial 9
- Model file for optimal taxation example TaxBeer.mod
- Model file for optimal taxation small example TaxBeerSmall.mod
- Day 10: Mixed-Integer Nonlinear Optimization
- Introduction to Mixed-Integer Nonlinear optimization
- Branch-and-Bound for Mixed-Integer Nonlinear optimization
- The Real Tutorial 10 A tutorial on te cutting stock problem by Meenarli, Prashant, and Devanand
- Small Example: scpSmall.ampl, cspSmall.dat, cspSmall.mod
colGen.ampl csp.dat csp.mod
- Alternative Tutorial 10
- Model and data file for water network optimization water-net.mod, water-net.dat
- Alternative Tutorial 10