Difference between revisions of "Slides from Lectures and Tutorials"
Jump to navigation
Jump to search
Line 56: | Line 56: | ||
** [[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|scpSmall.ampl]], [[Media:cspSmall.dat|cspSmall.dat]], [[Media:cspSmall.mod|cspSmall.mod]] | *** Small Example: [[Media:cspSmall.ampl|scpSmall.ampl]], [[Media:cspSmall.dat|cspSmall.dat]], [[Media:cspSmall.mod|cspSmall.mod]] | ||
− | + | *** Larger Example: [[Media:colGen.ampl|colGen.ampl]], [[Media:csp.dat|csp.dat]], [[Media:csp.mod|csp.mod]] | |
− | colGen.ampl | ||
− | |||
** [[Media:10-tutorial.pdf|Alternative Tutorial 10]] | ** [[Media:10-tutorial.pdf|Alternative Tutorial 10]] | ||
*** Model and data file for water network optimization [[Media:water-net.mod|water-net.mod]], [[Media:water-net.dat|water-net.dat]] | *** Model and data file for water network optimization [[Media:water-net.mod|water-net.mod]], [[Media:water-net.dat|water-net.dat]] |
Revision as of 03:25, 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
- Larger Example: colGen.ampl, csp.dat, csp.mod
- Alternative Tutorial 10
- Model and data file for water network optimization water-net.mod, water-net.dat