Optimization Course Schedule

Main.CourseSchedule History

Hide minor edits - Show changes to markup

February 23, 2023, at 05:12 PM by 10.35.117.248 -
Changed lines 7-20 from:
1Introduction to OptimizationChap. 1Optimization Basics and Optimize with Python
2Modeling ConceptsChap. 2Two Bar Truss
3Modeling ConceptsChap. 2Spring Design
4Unconstrained OptimizationChap. 3Heat Integration or Slurry Pipeline (your choice)
5Unconstrained OptimizationChap. 3Quiz #1
6Unconstrained OptimizationChap. 3Project #1
7Discrete OptimizationChap. 4Search Directions
8Discrete OptimizationChap. 4Discrete Design
9Genetic AlgorithmsChap. 5Simulated Annealing
10KKT EquationsChap. 6Mid-Term Exam
11Constrained AlgorithmsChap. 7KKT Conditions
12Constrained AlgorithmsChap. 7Interior Point Method
13Robust DesignChap. 8Dynamic Estimation
14Dynamic OptimizationChap. 9Quiz
to:
1Introduction to OptimizationCh 1Optimization Basics and Optimize with Python
2Modeling ConceptsCh 2Two Bar Truss
3Modeling ConceptsCh 2Spring Design
4Unconstrained OptimizationCh 3Heat Integration or Slurry Pipeline (your choice)
5Unconstrained OptimizationCh 3Quiz #1
6Unconstrained OptimizationCh 3Project #1
7Discrete OptimizationCh 4Search Directions
8Discrete OptimizationCh 4Discrete Design
9Genetic AlgorithmsCh 5Simulated Annealing
10KKT EquationsCh 6Mid-Term Exam
11Constrained AlgorithmsCh 7KKT Conditions
12Constrained AlgorithmsCh 7Interior Point Method
13Robust DesignCh 8Dynamic Estimation
14Dynamic OptimizationCh 9Quiz
February 23, 2023, at 05:11 PM by 10.35.117.248 -
Changed line 5 from:
to:
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-11Introduction to OptimizationChap. 1Optimization Basics and Optimize with Python
Jan 14-18Modeling ConceptsChap. 2Two Bar Truss
Jan 21-25Modeling ConceptsChap. 2Spring Design
Jan 28-Feb 1Unconstrained OptimizationChap. 3Heat Integration or Slurry Pipeline (your choice)
Feb 4-8Unconstrained OptimizationChap. 3Quiz #1
Feb 11-15Unconstrained OptimizationChap. 3Project #1 Due
Feb 18-22Discrete OptimizationChap. 4Search Directions due 3 PM on Feb 22
Feb 25-Mar 1Discrete OptimizationChap. 4Discrete Design due 3 PM on Mar 1
Mar 4-8Genetic AlgorithmsChap. 5Simulated Annealing due 3 PM on Mar 8
Mar 11-15KKT EquationsChap. 6Mid-Term Exam
Mar 18-22Constrained AlgorithmsChap. 7KKT Conditions due 3 PM on Mar 22
Mar 25-29Constrained AlgorithmsChap. 7Interior Point Method due 3 PM on Mar 29
Apr 1-5Robust DesignChap. 8Dynamic Estimation due 3 PM on Apr 5
Apr 8-12Dynamic OptimizationChap. 9Quiz
Apr 15Presentations Project #2 Due
to:
1Introduction to OptimizationChap. 1Optimization Basics and Optimize with Python
2Modeling ConceptsChap. 2Two Bar Truss
3Modeling ConceptsChap. 2Spring Design
4Unconstrained OptimizationChap. 3Heat Integration or Slurry Pipeline (your choice)
5Unconstrained OptimizationChap. 3Quiz #1
6Unconstrained OptimizationChap. 3Project #1
7Discrete OptimizationChap. 4Search Directions
8Discrete OptimizationChap. 4Discrete Design
9Genetic AlgorithmsChap. 5Simulated Annealing
10KKT EquationsChap. 6Mid-Term Exam
11Constrained AlgorithmsChap. 7KKT Conditions
12Constrained AlgorithmsChap. 7Interior Point Method
13Robust DesignChap. 8Dynamic Estimation
14Dynamic OptimizationChap. 9Quiz
15Presentations Project #2
Changed line 7 from:
Jan 7-11Introduction to OptimizationChap. 1Optimization Basics and Main/PythonOptimization?
to:
Jan 7-11Introduction to OptimizationChap. 1Optimization Basics and Optimize with Python
Changed lines 7-10 from:
Jan 7-11Introduction to OptimizationChap. 1Optimization Basics due 3 PM on 11 Jan
Jan 14-18Modeling ConceptsChap. 2Two Bar Truss due 3 PM on 18 Jan
Jan 21-25Modeling ConceptsChap. 2Spring Design due 3 PM on 25 Jan
Jan 28-Feb 1Unconstrained OptimizationChap. 3Heat Integration or Slurry Pipeline (your choice) due 3 PM on 1 Feb
to:
Jan 7-11Introduction to OptimizationChap. 1Optimization Basics and Main/PythonOptimization?
Jan 14-18Modeling ConceptsChap. 2Two Bar Truss
Jan 21-25Modeling ConceptsChap. 2Spring Design
Jan 28-Feb 1Unconstrained OptimizationChap. 3Heat Integration or Slurry Pipeline (your choice)
March 30, 2013, at 06:30 AM by 69.169.188.188 -
Changed line 19 from:
Apr 1-5Robust DesignChap. 8 
to:
Apr 1-5Robust DesignChap. 8Dynamic 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-29Constrained AlgorithmsChap. 7 
to:
Mar 25-29Constrained AlgorithmsChap. 7Interior 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-22Constrained AlgorithmsChap. 7KT Conditions due 3 PM on Mar 22
to:
Mar 18-22Constrained AlgorithmsChap. 7KKT 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-15K-T EquationsChap. 6Mid-Term Exam
to:
Mar 11-15KKT EquationsChap. 6Mid-Term Exam
March 17, 2013, at 10:52 AM by 69.169.188.188 -
Changed line 17 from:
Mar 18-22Constrained AlgorithmsChap. 7 
to:
Mar 18-22Constrained AlgorithmsChap. 7KT 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-15K-T EquationsChap. 6Mid-Term Exam
to:
Mar 11-15K-T EquationsChap. 6Mid-Term Exam
March 02, 2013, at 12:17 AM by 128.187.97.21 -
Changed line 15 from:
Mar 4-8Genetic AlgorithmsChap. 5 
to:
Mar 4-8Genetic AlgorithmsChap. 5Simulated 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 1Genetic AlgorithmsChap. 4Discrete Design due 3 PM on Mar 1
to:
Feb 25-Mar 1Discrete OptimizationChap. 4Discrete 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 1Genetic AlgorithmsChap. 4 ΔDiscrete Design due 3 PM on Mar 1
to:
Feb 25-Mar 1Genetic AlgorithmsChap. 4Discrete 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 1Genetic AlgorithmsChap. 5 
to:
Feb 25-Mar 1Genetic AlgorithmsChap. 4 Δ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-12Dynamic OptimizationChap. 9 
to:
Apr 8-12Dynamic OptimizationChap. 9Quiz
February 15, 2013, at 09:22 PM by 128.187.97.21 -
Changed line 11 from:
Feb 4-8Unconstrained OptimizationChap. 3 
to:
Feb 4-8Unconstrained OptimizationChap. 3Quiz #1
February 15, 2013, at 08:54 PM by 128.187.97.21 -
Changed line 16 from:
Mar 11-15K-T EquationsChap. 6 
to:
Mar 11-15K-T EquationsChap. 6Mid-Term Exam
February 15, 2013, at 08:46 PM by 128.187.97.21 -
Changed line 13 from:
Feb 18-22Discrete OptimizationChap. 4Search Directions
to:
Feb 18-22Discrete OptimizationChap. 4Search 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-22Discrete OptimizationChap. 4 
to:
Feb 18-22Discrete OptimizationChap. 4Search Directions