Optimization Course Schedule

Main.CourseSchedule History

Show minor edits - Show changes to output

February 23, 2023, at 05:12 PM by 10.35.117.248 -
Changed lines 7-20 from:
|| 1      || Introduction to Optimization || [[Attach:chap1_intro.pdf | Chap. 1]] || [[Main/OptimizationBasics | Optimization Basics]] and [[Main/PythonOptimization|Optimize with Python]] ||
|| 2    || Modeling Concepts            || [[Attach:chap2_modeling.pdf | Chap. 2]] || [[Main/TwoBarTruss | Two Bar Truss]] ||
|| 3    || Modeling Concepts            || [[Attach:chap2_modeling.pdf | Chap. 2]] || [[Main/SpringDesign | Spring Design]] ||
|| 4  || Unconstrained Optimization  || [[Attach:chap3_unconstrained.pdf | Chap. 3]] || [[Main/MilkPasteurization | Heat Integration]] or [[Main/LimestoneSlurry | Slurry Pipeline]] (your choice) ||
|| 5      || Unconstrained Optimization  || [[Attach:chap3_unconstrained.pdf | Chap. 3]] || Quiz #1 ||
|| 6    || Unconstrained Optimization  || [[Attach:chap3_unconstrained.pdf | Chap. 3]] || Project #1 ||
|| 7    || Discrete Optimization        || [[Attach:chap4_discrete_opt.pdf | Chap. 4]] || [[Main/QuasiNewton | Search Directions]] ||
|| 8  || Discrete Optimization        || [[Attach:chap4_discrete_opt.pdf | Chap. 4]] || [[Main/DiscreteDesign | Discrete Design]] ||
|| 9      || Genetic Algorithms          || [[Attach:chap5_genetic_algorithms.pdf | Chap. 5]] || [[Main/SimAnnealHW | Simulated Annealing]] ||
|| 10    || KKT Equations                || [[Attach:chap6_constrained_opt1.pdf | Chap. 6]] || [[Attach:midterm_study_sheet.pdf|Mid-Term Exam]] ||
|| 11    || Constrained Algorithms      || [[Attach:chap7_constrained_opt2.pdf | Chap. 7]] || [[ Main/KuhnTucker | KKT Conditions]] ||
|| 12    || Constrained Algorithms      || [[Attach:chap7_constrained_opt2.pdf | Chap. 7]] || [[ Main/InteriorPointMethod | Interior Point Method]] ||
|| 13    || Robust Design                || [[Attach:chap8_robust_optimization.pdf | Chap. 8]] || [[Main/DynamicEstimation | Dynamic Estimation]] ||
|| 14    || Dynamic Optimization        || Chap. 9 || Quiz ||
to:
|| 1      || Introduction to Optimization || [[Attach:chap1_intro.pdf | Ch 1]] || [[Main/OptimizationBasics | Optimization Basics]] and [[Main/PythonOptimization|Optimize with Python]] ||
|| 2    || Modeling Concepts            || [[Attach:chap2_modeling.pdf | Ch 2]] || [[Main/TwoBarTruss | Two Bar Truss]] ||
|| 3    || Modeling Concepts            || [[Attach:chap2_modeling.pdf | Ch 2]] || [[Main/SpringDesign | Spring Design]] ||
|| 4  || Unconstrained Optimization  || [[Attach:chap3_unconstrained.pdf | Ch 3]] || [[Main/MilkPasteurization | Heat Integration]] or [[Main/LimestoneSlurry | Slurry Pipeline]] (your choice) ||
|| 5      || Unconstrained Optimization  || [[Attach:chap3_unconstrained.pdf | Ch 3]] || Quiz #1 ||
|| 6    || Unconstrained Optimization  || [[Attach:chap3_unconstrained.pdf | Ch 3]] || Project #1 ||
|| 7    || Discrete Optimization        || [[Attach:chap4_discrete_opt.pdf | Ch 4]] || [[Main/QuasiNewton | Search Directions]] ||
|| 8  || Discrete Optimization        || [[Attach:chap4_discrete_opt.pdf | Ch 4]] || [[Main/DiscreteDesign | Discrete Design]] ||
|| 9      || Genetic Algorithms          || [[Attach:chap5_genetic_algorithms.pdf | Ch 5]] || [[Main/SimAnnealHW | Simulated Annealing]] ||
|| 10    || KKT Equations                || [[Attach:chap6_constrained_opt1.pdf | Ch 6]] || [[Attach:midterm_study_sheet.pdf|Mid-Term Exam]] ||
|| 11    || Constrained Algorithms      || [[Attach:chap7_constrained_opt2.pdf | Ch 7]] || [[ Main/KuhnTucker | KKT Conditions]] ||
|| 12    || Constrained Algorithms      || [[Attach:chap7_constrained_opt2.pdf | Ch 7]] || [[ Main/InteriorPointMethod | Interior Point Method]] ||
|| 13    || Robust Design                || [[Attach:chap8_robust_optimization.pdf | Ch 8]] || [[Main/DynamicEstimation | Dynamic Estimation]] ||
|| 14    || Dynamic Optimization        || Ch 9 || Quiz ||
February 23, 2023, at 05:11 PM by 10.35.117.248 -
Changed line 5 from:
||border=1 width=95%
to:
||border=0 width=95%
Changed lines 24-146 from:
* Schedule subject to change
to:
* Schedule subject to change

(:html:)
<style type="text/css">
div.table-title {
  display: block;
  margin: auto;
  max-width: 600px;
  padding:5px;
  width: 100%;
}

.table-title h3 {
  color: #fafafa;
}

.table-fill {
  background: white;
  border-radius:3px;
  border-collapse: collapse;
  height: 320px;
  margin: auto;
  max-width: 600px;
  padding:5px;
  width: 100%;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  animation: float 5s infinite;
}
 
th {
  color:#D5DDE5;;
  background:#1b1e24;
  border-bottom:4px solid #9ea7af;
  border-right: 1px solid #343a45;
  text-align:left;
  vertical-align:middle;
}

th:first-child {
  border-top-left-radius:3px;
}
 
th:last-child {
  border-top-right-radius:3px;
  border-right:none;
}
 
tr {
  border-top: 1px solid #C1C3D1;
  border-bottom-: 1px solid #C1C3D1;
  color:#666B85;
  font-weight:normal;
}
 
tr:hover td {
  border-top: 1px solid #22262e;
  border-bottom: 1px solid #22262e;
}
 
tr:first-child {
  border-top:none;
}

tr:last-child {
  border-bottom:none;
}

tr:nth-child(odd) td {
  background:#EEEEEE;
}

tr:last-child td:first-child {
  border-bottom-left-radius:3px;
}
 
tr:last-child td:last-child {
  border-bottom-right-radius:3px;
}
 
td {
  background:#FFFFFF;
  padding:5px;
  text-align:left;
  vertical-align:middle;
  border-right: 1px solid #C1C3D1;
}

td:last-child {
  border-right: 0px;
}

th.text-left {
  text-align: left;
}

th.text-center {
  text-align: center;
}

th.text-right {
  text-align: right;
}

td.text-left {
  text-align: left;
  width: 45%;
}

td.text-center {
  text-align: center;
  width: 10%;
}

td.text-small {
  text-align: center;
  width: 10%;
}

td.text-right {
  text-align: right;
}
</style>
(:htmlend:)
Changed lines 7-21 from:
|| Jan 7-11     || Introduction to Optimization || [[Attach:chap1_intro.pdf | Chap. 1]] || [[Main/OptimizationBasics | Optimization Basics]] and [[Main/PythonOptimization|Optimize with Python]] ||
|| Jan 14-18     || Modeling Concepts            || [[Attach:chap2_modeling.pdf | Chap. 2]] || [[Main/TwoBarTruss | Two Bar Truss]] ||
|| Jan 21-25     || Modeling Concepts            || [[Attach:chap2_modeling.pdf | Chap. 2]] || [[Main/SpringDesign | Spring Design]] ||
|| Jan 28-Feb 1  || Unconstrained Optimization  || [[Attach:chap3_unconstrained.pdf | Chap. 3]] || [[Main/MilkPasteurization | Heat Integration]] or [[Main/LimestoneSlurry | Slurry Pipeline]] (your choice) ||
|| Feb 4-8      || Unconstrained Optimization  || [[Attach:chap3_unconstrained.pdf | Chap. 3]] || Quiz #1 ||
|| Feb 11-15    || Unconstrained Optimization  || [[Attach:chap3_unconstrained.pdf | Chap. 3]] || Project #1 Due ||
|| Feb 18-22    || Discrete Optimization        || [[Attach:chap4_discrete_opt.pdf | Chap. 4]] || [[Main/QuasiNewton | Search Directions]] due 3 PM on Feb 22 ||
|| Feb 25-Mar 1
  || Discrete Optimization      || [[Attach:chap4_discrete_opt.pdf | Chap. 4]] || [[Main/DiscreteDesign | Discrete Design]] due 3 PM on Mar 1 ||
|| Mar 4-8
       || Genetic Algorithms           || [[Attach:chap5_genetic_algorithms.pdf | Chap. 5]] || [[Main/SimAnnealHW | Simulated Annealing]] due 3 PM on Mar 8 ||
|| Mar 11-15    || KKT Equations              || [[Attach:chap6_constrained_opt1.pdf | Chap. 6]] || [[Attach:midterm_study_sheet.pdf|Mid-Term Exam]] ||
|| Mar 18-22   
|| Constrained Algorithms       || [[Attach:chap7_constrained_opt2.pdf | Chap. 7]] || [[ Main/KuhnTucker | KKT Conditions]] due 3 PM on Mar 22 ||
|| Mar 25-29     || Constrained Algorithms      || [[Attach:chap7_constrained_opt2.pdf | Chap. 7]] || [[ Main/InteriorPointMethod | Interior Point Method]] due 3 PM on Mar 29||
|| Apr 1-5
       || Robust Design                || [[Attach:chap8_robust_optimization.pdf | Chap. 8]] || [[Main/DynamicEstimation | Dynamic Estimation]] due 3 PM on Apr 5 ||
|| Apr 8-12
      || Dynamic Optimization        || Chap. 9 || Quiz ||
|| Apr 15        || Presentations                ||        || Project #2 Due
||
to:
|| 1     || Introduction to Optimization || [[Attach:chap1_intro.pdf | Chap. 1]] || [[Main/OptimizationBasics | Optimization Basics]] and [[Main/PythonOptimization|Optimize with Python]] ||
|| 2     || Modeling Concepts            || [[Attach:chap2_modeling.pdf | Chap. 2]] || [[Main/TwoBarTruss | Two Bar Truss]] ||
|| 3     || Modeling Concepts            || [[Attach:chap2_modeling.pdf | Chap. 2]] || [[Main/SpringDesign | Spring Design]] ||
|| || Unconstrained Optimization  || [[Attach:chap3_unconstrained.pdf | Chap. 3]] || [[Main/MilkPasteurization | Heat Integration]] or [[Main/LimestoneSlurry | Slurry Pipeline]] (your choice) ||
|| 5     || Unconstrained Optimization  || [[Attach:chap3_unconstrained.pdf | Chap. 3]] || Quiz #1 ||
|| 6   || Unconstrained Optimization  || [[Attach:chap3_unconstrained.pdf | Chap. 3]] || Project #1 ||
|| 7   || Discrete Optimization        || [[Attach:chap4_discrete_opt.pdf | Chap. 4]] || [[Main/QuasiNewton | Search Directions]] ||
|| 8  || Discrete Optimization
       || [[Attach:chap4_discrete_opt.pdf | Chap. 4]] || [[Main/DiscreteDesign | Discrete Design]] ||
|| 9
     || Genetic Algorithms           || [[Attach:chap5_genetic_algorithms.pdf | Chap. 5]] || [[Main/SimAnnealHW | Simulated Annealing]] ||
|| 10
    || KKT Equations               || [[Attach:chap6_constrained_opt1.pdf | Chap. 6]] || [[Attach:midterm_study_sheet.pdf|Mid-Term Exam]] ||
|| 11
    || Constrained Algorithms      || [[Attach:chap7_constrained_opt2.pdf | Chap. 7]] || [[ Main/KuhnTucker | KKT Conditions]] ||
|| 12   || Constrained Algorithms      || [[Attach:chap7_constrained_opt2.pdf | Chap. 7]] || [[ Main/InteriorPointMethod | Interior Point Method]] ||
|| 13     || Robust Design               || [[Attach:chap8_robust_optimization.pdf | Chap. 8]] || [[Main/DynamicEstimation | Dynamic Estimation]] ||
|| 14
    || Dynamic Optimization        || Chap. 9 || Quiz ||
|| 15     || Presentations               ||        || Project #2 ||
Changed line 7 from:
|| Jan 7-11      || Introduction to Optimization || [[Attach:chap1_intro.pdf | Chap. 1]] || [[Main/OptimizationBasics | Optimization Basics]] and [[Optimize with Python|Main/PythonOptimization]] ||
to:
|| Jan 7-11      || Introduction to Optimization || [[Attach:chap1_intro.pdf | Chap. 1]] || [[Main/OptimizationBasics | Optimization Basics]] and [[Main/PythonOptimization|Optimize with Python]] ||
Changed lines 7-10 from:
|| Jan 7-11      || Introduction to Optimization || [[Attach:chap1_intro.pdf | Chap. 1]] || [[Main/OptimizationBasics | Optimization Basics]] due 3 PM on 11 Jan ||
|| Jan 14-18    || Modeling Concepts            || [[Attach:chap2_modeling.pdf | Chap. 2]] || [[Main/TwoBarTruss | Two Bar Truss]] due 3 PM on 18 Jan ||
|| Jan 21-25    || Modeling Concepts           || [[Attach:chap2_modeling.pdf | Chap. 2]] || [[Main/SpringDesign | Spring Design]] due 3 PM on 25 Jan ||
|| Jan 28-Feb 1 || Unconstrained Optimization  || [[Attach:chap3_unconstrained.pdf | Chap. 3]] || [[Main/MilkPasteurization | Heat Integration]] or [[Main/LimestoneSlurry | Slurry Pipeline]] (your choice) due 3 PM on 1 Feb ||
to:
|| Jan 7-11      || Introduction to Optimization || [[Attach:chap1_intro.pdf | Chap. 1]] || [[Main/OptimizationBasics | Optimization Basics]] and [[Optimize with Python|Main/PythonOptimization]] ||
|| Jan 14-18    || Modeling Concepts            || [[Attach:chap2_modeling.pdf | Chap. 2]] || [[Main/TwoBarTruss | Two Bar Truss]] ||
|| Jan 21-25   
|| Modeling Concepts           || [[Attach:chap2_modeling.pdf | Chap. 2]] || [[Main/SpringDesign | Spring Design]] ||
|| Jan 28-Feb 1  || Unconstrained Optimization  || [[Attach:chap3_unconstrained.pdf | Chap. 3]] || [[Main/MilkPasteurization | Heat Integration]] or [[Main/LimestoneSlurry | Slurry Pipeline]] (your choice) ||
March 30, 2013, at 06:30 AM by 69.169.188.188 -
Changed line 19 from:
|| Apr 1-5      || Robust Design                || [[Attach:chap8_robust_optimization.pdf | Chap. 8]] || ||
to:
|| Apr 1-5      || Robust Design                || [[Attach:chap8_robust_optimization.pdf | Chap. 8]] || [[Main/DynamicEstimation | Dynamic Estimation]] due 3 PM on Apr 5 ||
March 23, 2013, at 08:44 PM by 69.169.188.188 -
Changed line 18 from:
|| Mar 25-29    || Constrained Algorithms      || [[Attach:chap7_constrained_opt2.pdf | Chap. 7]] || ||
to:
|| Mar 25-29    || Constrained Algorithms      || [[Attach:chap7_constrained_opt2.pdf | Chap. 7]] || [[ Main/InteriorPointMethod | Interior Point Method]] due 3 PM on Mar 29||
March 18, 2013, at 10:12 PM by 128.187.97.24 -
Changed line 17 from:
|| Mar 18-22    || Constrained Algorithms      || [[Attach:chap7_constrained_opt2.pdf | Chap. 7]] || [[ Main/KuhnTucker | KT Conditions]] due 3 PM on Mar 22 ||
to:
|| Mar 18-22    || Constrained Algorithms      || [[Attach:chap7_constrained_opt2.pdf | Chap. 7]] || [[ Main/KuhnTucker | KKT Conditions]] due 3 PM on Mar 22 ||
March 18, 2013, at 10:11 PM by 128.187.97.24 -
Changed line 16 from:
|| Mar 11-15    || K-T Equations                || [[Attach:chap6_constrained_opt1.pdf | Chap. 6]] || [[Attach:midterm_study_sheet.pdf|Mid-Term Exam]] ||
to:
|| Mar 11-15    || KKT Equations                || [[Attach:chap6_constrained_opt1.pdf | Chap. 6]] || [[Attach:midterm_study_sheet.pdf|Mid-Term Exam]] ||
March 17, 2013, at 10:52 AM by 69.169.188.188 -
Changed line 17 from:
|| Mar 18-22    || Constrained Algorithms      || [[Attach:chap7_constrained_opt2.pdf | Chap. 7]] || ||
to:
|| Mar 18-22    || Constrained Algorithms      || [[Attach:chap7_constrained_opt2.pdf | Chap. 7]] || [[ Main/KuhnTucker | KT Conditions]] due 3 PM on Mar 22 ||
March 03, 2013, at 01:10 AM by 69.169.188.188 -
Changed line 16 from:
|| Mar 11-15    || K-T Equations                || [[Attach:chap6_constrained_opt1.pdf | Chap. 6]] || Mid-Term Exam ||
to:
|| Mar 11-15    || K-T Equations                || [[Attach:chap6_constrained_opt1.pdf | Chap. 6]] || [[Attach:midterm_study_sheet.pdf|Mid-Term Exam]] ||
March 02, 2013, at 12:17 AM by 128.187.97.21 -
Changed line 15 from:
|| Mar 4-8      || Genetic Algorithms          || [[Attach:chap5_genetic_algorithms.pdf | Chap. 5]] || ||
to:
|| Mar 4-8      || Genetic Algorithms          || [[Attach:chap5_genetic_algorithms.pdf | Chap. 5]] || [[Main/SimAnnealHW | Simulated Annealing]] due 3 PM on Mar 8 ||
February 22, 2013, at 09:44 AM by 69.169.131.173 -
Changed line 14 from:
|| Feb 25-Mar 1  || Genetic Algorithms          || [[Attach:chap4_discrete_opt.pdf | Chap. 4]] || [[Main/DiscreteDesign | Discrete Design]] due 3 PM on Mar 1 ||
to:
|| Feb 25-Mar 1  || Discrete Optimization        || [[Attach:chap4_discrete_opt.pdf | Chap. 4]] || [[Main/DiscreteDesign | Discrete Design]] due 3 PM on Mar 1 ||
February 20, 2013, at 06:14 PM by 128.187.97.21 -
Changed line 14 from:
|| Feb 25-Mar 1  || Genetic Algorithms          || [[Attach:chap4_genetic_algorithms.pdf | Chap. 4]] || [[Main/DiscreteDesign | Discrete Design]] due 3 PM on Mar 1 ||
to:
|| Feb 25-Mar 1  || Genetic Algorithms          || [[Attach:chap4_discrete_opt.pdf | Chap. 4]] || [[Main/DiscreteDesign | Discrete Design]] due 3 PM on Mar 1 ||
February 20, 2013, at 06:14 PM by 128.187.97.21 -
Changed line 14 from:
|| Feb 25-Mar 1  || Genetic Algorithms          || [[Attach:chap5_genetic_algorithms.pdf | Chap. 5]] || ||
to:
|| Feb 25-Mar 1  || Genetic Algorithms          || [[Attach:chap4_genetic_algorithms.pdf | Chap. 4]] || [[Main/DiscreteDesign | Discrete Design]] due 3 PM on Mar 1 ||
February 15, 2013, at 09:24 PM by 128.187.97.21 -
Changed line 20 from:
|| Apr 8-12      || Dynamic Optimization        || Chap. 9 || ||
to:
|| Apr 8-12      || Dynamic Optimization        || Chap. 9 || Quiz ||
February 15, 2013, at 09:22 PM by 128.187.97.21 -
Changed line 11 from:
|| Feb 4-8      || Unconstrained Optimization  || [[Attach:chap3_unconstrained.pdf | Chap. 3]] || ||
to:
|| Feb 4-8      || Unconstrained Optimization  || [[Attach:chap3_unconstrained.pdf | Chap. 3]] || Quiz #1 ||
February 15, 2013, at 08:54 PM by 128.187.97.21 -
Changed line 16 from:
|| Mar 11-15    || K-T Equations                || [[Attach:chap6_constrained_opt1.pdf | Chap. 6]] || ||
to:
|| Mar 11-15    || K-T Equations                || [[Attach:chap6_constrained_opt1.pdf | Chap. 6]] || Mid-Term Exam ||
February 15, 2013, at 08:46 PM by 128.187.97.21 -
Changed line 13 from:
|| Feb 18-22    || Discrete Optimization        || [[Attach:chap4_discrete_opt.pdf | Chap. 4]] || [[Main/QuasiNewton | Search Directions]]||
to:
|| Feb 18-22    || Discrete Optimization        || [[Attach:chap4_discrete_opt.pdf | Chap. 4]] || [[Main/QuasiNewton | Search Directions]] due 3 PM on Feb 22 ||
February 15, 2013, at 08:45 PM by 128.187.97.21 -
Changed line 13 from:
|| Feb 18-22    || Discrete Optimization        || [[Attach:chap4_discrete_opt.pdf | Chap. 4]] || ||
to:
|| Feb 18-22    || Discrete Optimization        || [[Attach:chap4_discrete_opt.pdf | Chap. 4]] || [[Main/QuasiNewton | Search Directions]]||