Optimization Course Schedule
Main.CourseSchedule History
Hide minor edits - Show changes to markup
Changed lines 7-20 from:
1 | Introduction to Optimization | Chap. 1 | Optimization Basics and Optimize with Python |
2 | Modeling Concepts | Chap. 2 | Two Bar Truss |
3 | Modeling Concepts | Chap. 2 | Spring Design |
4 | Unconstrained Optimization | Chap. 3 | Heat Integration or Slurry Pipeline (your choice) |
5 | Unconstrained Optimization | Chap. 3 | Quiz #1 |
6 | Unconstrained Optimization | Chap. 3 | Project #1 |
7 | Discrete Optimization | Chap. 4 | Search Directions |
8 | Discrete Optimization | Chap. 4 | Discrete Design |
9 | Genetic Algorithms | Chap. 5 | Simulated Annealing |
10 | KKT Equations | Chap. 6 | Mid-Term Exam |
11 | Constrained Algorithms | Chap. 7 | KKT Conditions |
12 | Constrained Algorithms | Chap. 7 | Interior Point Method |
13 | Robust Design | Chap. 8 | Dynamic Estimation |
14 | Dynamic Optimization | Chap. 9 | Quiz |
to:
1 | Introduction to Optimization | Ch 1 | Optimization Basics and Optimize with Python |
2 | Modeling Concepts | Ch 2 | Two Bar Truss |
3 | Modeling Concepts | Ch 2 | Spring Design |
4 | Unconstrained Optimization | Ch 3 | Heat Integration or Slurry Pipeline (your choice) |
5 | Unconstrained Optimization | Ch 3 | Quiz #1 |
6 | Unconstrained Optimization | Ch 3 | Project #1 |
7 | Discrete Optimization | Ch 4 | Search Directions |
8 | Discrete Optimization | Ch 4 | Discrete Design |
9 | Genetic Algorithms | Ch 5 | Simulated Annealing |
10 | KKT Equations | Ch 6 | Mid-Term Exam |
11 | Constrained Algorithms | Ch 7 | KKT Conditions |
12 | Constrained Algorithms | Ch 7 | Interior Point Method |
13 | Robust Design | Ch 8 | Dynamic Estimation |
14 | Dynamic Optimization | Ch 9 | Quiz |
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 | Chap. 1 | Optimization Basics and Optimize with Python |
Jan 14-18 | Modeling Concepts | Chap. 2 | Two Bar Truss |
Jan 21-25 | Modeling Concepts | Chap. 2 | Spring Design |
Jan 28-Feb 1 | Unconstrained Optimization | Chap. 3 | Heat Integration or Slurry Pipeline (your choice) |
Feb 4-8 | Unconstrained Optimization | Chap. 3 | Quiz #1 |
Feb 11-15 | Unconstrained Optimization | Chap. 3 | Project #1 Due |
Feb 18-22 | Discrete Optimization | Chap. 4 | Search Directions due 3 PM on Feb 22 |
Feb 25-Mar 1 | Discrete Optimization | Chap. 4 | Discrete Design due 3 PM on Mar 1 |
Mar 4-8 | Genetic Algorithms | Chap. 5 | Simulated Annealing due 3 PM on Mar 8 |
Mar 11-15 | KKT Equations | Chap. 6 | Mid-Term Exam |
Mar 18-22 | Constrained Algorithms | Chap. 7 | KKT Conditions due 3 PM on Mar 22 |
Mar 25-29 | Constrained Algorithms | Chap. 7 | Interior Point Method due 3 PM on Mar 29 |
Apr 1-5 | Robust Design | Chap. 8 | 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 | Chap. 1 | Optimization Basics and Optimize with Python |
2 | Modeling Concepts | Chap. 2 | Two Bar Truss |
3 | Modeling Concepts | Chap. 2 | Spring Design |
4 | Unconstrained Optimization | Chap. 3 | Heat Integration or Slurry Pipeline (your choice) |
5 | Unconstrained Optimization | Chap. 3 | Quiz #1 |
6 | Unconstrained Optimization | Chap. 3 | Project #1 |
7 | Discrete Optimization | Chap. 4 | Search Directions |
8 | Discrete Optimization | Chap. 4 | Discrete Design |
9 | Genetic Algorithms | Chap. 5 | Simulated Annealing |
10 | KKT Equations | Chap. 6 | Mid-Term Exam |
11 | Constrained Algorithms | Chap. 7 | KKT Conditions |
12 | Constrained Algorithms | Chap. 7 | Interior Point Method |
13 | Robust Design | Chap. 8 | Dynamic Estimation |
14 | Dynamic Optimization | Chap. 9 | Quiz |
15 | Presentations | Project #2 |
Changed line 7 from:
Jan 7-11 | Introduction to Optimization | Chap. 1 | Optimization Basics and Main/PythonOptimization? |
to:
Jan 7-11 | Introduction to Optimization | Chap. 1 | Optimization Basics and Optimize with Python |
Changed lines 7-10 from:
Jan 7-11 | Introduction to Optimization | Chap. 1 | Optimization Basics due 3 PM on 11 Jan |
Jan 14-18 | Modeling Concepts | Chap. 2 | Two Bar Truss due 3 PM on 18 Jan |
Jan 21-25 | Modeling Concepts | Chap. 2 | Spring Design due 3 PM on 25 Jan |
Jan 28-Feb 1 | Unconstrained Optimization | Chap. 3 | Heat Integration or Slurry Pipeline (your choice) due 3 PM on 1 Feb |
to:
Jan 7-11 | Introduction to Optimization | Chap. 1 | Optimization Basics and Main/PythonOptimization? |
Jan 14-18 | Modeling Concepts | Chap. 2 | Two Bar Truss |
Jan 21-25 | Modeling Concepts | Chap. 2 | Spring Design |
Jan 28-Feb 1 | Unconstrained Optimization | Chap. 3 | Heat Integration or Slurry Pipeline (your choice) |
Changed line 19 from:
Apr 1-5 | Robust Design | Chap. 8 |
to:
Apr 1-5 | Robust Design | Chap. 8 | Dynamic Estimation due 3 PM on Apr 5 |
Changed line 18 from:
Mar 25-29 | Constrained Algorithms | Chap. 7 |
to:
Mar 25-29 | Constrained Algorithms | Chap. 7 | Interior Point Method due 3 PM on Mar 29 |
Changed line 17 from:
Mar 18-22 | Constrained Algorithms | Chap. 7 | KT Conditions due 3 PM on Mar 22 |
to:
Mar 18-22 | Constrained Algorithms | Chap. 7 | KKT Conditions due 3 PM on Mar 22 |
Changed line 16 from:
Mar 11-15 | K-T Equations | Chap. 6 | Mid-Term Exam |
to:
Mar 11-15 | KKT Equations | Chap. 6 | Mid-Term Exam |
Changed line 17 from:
Mar 18-22 | Constrained Algorithms | Chap. 7 |
to:
Mar 18-22 | Constrained Algorithms | Chap. 7 | KT Conditions due 3 PM on Mar 22 |
Changed line 16 from:
Mar 11-15 | K-T Equations | Chap. 6 | Mid-Term Exam |
to:
Mar 11-15 | K-T Equations | Chap. 6 | Mid-Term Exam |
Changed line 15 from:
Mar 4-8 | Genetic Algorithms | Chap. 5 |
to:
Mar 4-8 | Genetic Algorithms | Chap. 5 | Simulated Annealing due 3 PM on Mar 8 |
Changed line 14 from:
Feb 25-Mar 1 | Genetic Algorithms | Chap. 4 | Discrete Design due 3 PM on Mar 1 |
to:
Feb 25-Mar 1 | Discrete Optimization | Chap. 4 | Discrete Design due 3 PM on Mar 1 |
Changed line 14 from:
Feb 25-Mar 1 | Genetic Algorithms | Chap. 4 Δ | Discrete Design due 3 PM on Mar 1 |
to:
Feb 25-Mar 1 | Genetic Algorithms | Chap. 4 | Discrete Design due 3 PM on Mar 1 |
Changed line 14 from:
Feb 25-Mar 1 | Genetic Algorithms | Chap. 5 |
to:
Feb 25-Mar 1 | Genetic Algorithms | Chap. 4 Δ | Discrete Design due 3 PM on Mar 1 |
Changed line 20 from:
Apr 8-12 | Dynamic Optimization | Chap. 9 |
to:
Apr 8-12 | Dynamic Optimization | Chap. 9 | Quiz |
Changed line 11 from:
Feb 4-8 | Unconstrained Optimization | Chap. 3 |
to:
Feb 4-8 | Unconstrained Optimization | Chap. 3 | Quiz #1 |
Changed line 13 from:
Feb 18-22 | Discrete Optimization | Chap. 4 | Search Directions |
to:
Feb 18-22 | Discrete Optimization | Chap. 4 | Search Directions due 3 PM on Feb 22 |
Changed line 13 from:
Feb 18-22 | Discrete Optimization | Chap. 4 |
to:
Feb 18-22 | Discrete Optimization | Chap. 4 | Search Directions |