Difference between revisions of "MSc: Optimization"

From IU
Jump to navigation Jump to search
 
(32 intermediate revisions by 6 users not shown)
Line 1: Line 1:
  +
 
= Optimization =
 
= Optimization =
  +
* '''Course name''': Optimization
  +
* '''Code discipline''': R-01
  +
* '''Subject area''':
   
  +
== Short Description ==
* <span>'''Course name:'''</span> Optimization
 
  +
This course covers the following concepts: Optimization of a cost function; Algorithms to find solution of linear and nonlinear optimization problems.
* <span>'''Course number:'''</span> XYZ
 
* <span>'''Knowledge area:'''</span> Data Science
 
   
== Administrative details ==
+
== Prerequisites ==
   
  +
=== Prerequisite subjects ===
* <span>'''Faculty:'''</span> Computer Science and Engineering
 
* <span>'''Year of instruction:'''</span> 3rd year of BS
 
* <span>'''Semester of instruction:'''</span> 2nd semester
 
* <span>'''No. of Credits:'''</span> 5 ECTS
 
* <span>'''Total workload on average:'''</span> 180 hours overall
 
* <span>'''Class lecture hours:'''</span> 2 per week.
 
* <span>'''Class tutorial hours:'''</span> 2 per week.
 
* <span>'''Lab hours:'''</span> 2 per week.
 
* <span>'''Individual lab hours:'''</span> 0.
 
* <span>'''Frequency:'''</span> weekly throughout the semester.
 
* <span>'''Grading mode:'''</span> letters: A, B, C, D.
 
   
== Prerequisites ==
 
   
  +
=== Prerequisite topics ===
Familiarity with multivariate calculus, elementary real analysis, and linear algebra.
 
  +
  +
  +
== Course Topics ==
  +
{| class="wikitable"
  +
|+ Course Sections and Topics
  +
|-
  +
! Section !! Topics within the section
  +
|-
  +
| Linear programming ||
  +
# simplex method to solve real linear programs
  +
# cutting-plane and branch-and-bound methods to solve integer linear programs.
  +
|-
  +
| Nonlinear programming ||
  +
# methods for unconstrained optimization
  +
# linear and nonlinear least-squares problems
  +
# methods for constrained optimization
  +
|}
  +
== Intended Learning Outcomes (ILOs) ==
  +
  +
=== What is the main purpose of this course? ===
  +
The main purpose of this course to make the student aware of basic notions of mathematical programming and of its importance in the area of engineering.
   
  +
=== ILOs defined at three levels ===
* Multivariate calculus
 
* Linear Algebra
 
* Probability and Statistics
 
   
  +
==== Level 1: What concepts should a student know/remember/explain? ====
== Course outline ==
 
  +
By the end of the course, the students should be able to ...
  +
* explain the goal of an optimization problem
  +
* remind the importance of converge analysis for optimization algorithms
  +
* draft solution codes in Python/Matlab.
   
  +
==== Level 2: What basic practical skills should a student be able to perform? ====
This course studies fundamental concepts of optimization, which is the problem of making decisions to maximize or minimize an objective in the presence of constraints. The course takes a unified view of optimization and covers the main areas of application and the main optimization algorithms. It covers linear and nonlinear optimization.
 
  +
By the end of the course, the students should be able to ...
  +
* formulate a simple optimization problem
  +
* select the appropriate solution algorithm
  +
* find the solution.
   
  +
==== Level 3: What complex comprehensive skills should a student be able to apply in real-life scenarios? ====
== Expected learning outcomes ==
 
  +
By the end of the course, the students should be able to ...
  +
* the simplex method
  +
* algorithms to solve nonlinear optimization problems.
  +
== Grading ==
   
  +
=== Course grading range ===
After this course, students will be able to:
 
  +
{| class="wikitable"
  +
|+
  +
|-
  +
! Grade !! Range !! Description of performance
  +
|-
  +
| A. Excellent || 86-100 || -
  +
|-
  +
| B. Good || 71-85 || -
  +
|-
  +
| C. Satisfactory || 56-70 || -
  +
|-
  +
| D. Poor || 0-55 || -
  +
|}
   
  +
=== Course activities and grading breakdown ===
* be able to formulate problems in their fields of research as optimization problems
 
  +
{| class="wikitable"
* be able to transform an optimization problem into its standard form
 
  +
|+
* understand how to assess and check the feasiblity and optimality of a particular solution to a general constrained optimization problem
 
  +
|-
* be able to use the optimality conditions to search for a local or global solution from a starting point.
 
  +
! Activity Type !! Percentage of the overall course grade
* understand the computational details behind the numerical methods discussed in class, when they apply, and what their convergence rates are.
 
  +
|-
* be able to implement the numerical methods discussed in class and verify their theoretical properties in practice.
 
  +
| Labs/seminar classes (weekly evaluations) || 0
* be able to apply the learned techniques and analysis tools to problems arising in their own research.
 
  +
|-
  +
| Interim performance assessment (class participation) || 100/0
  +
|-
  +
| Exams || 0/100
  +
|}
   
  +
=== Recommendations for students on how to succeed in the course ===
== Expected acquired core competences ==
 
   
* Numerical analysis
 
* Numerical optimization
 
   
  +
== Resources, literature and reference materials ==
== Detailed topics covered in the course ==
 
   
  +
=== Open access resources ===
* Linear Optimization
 
  +
* Textbook: C.H. Papadimitriou, K. Steiglitz, Combinatorial Optimization, Dover, New York, 1982.
* Simplex Methods
 
  +
* Textbook: D. Bertsekas, Nonlinear Programming, Athena Scientific, 1999.
* Branch and Bound and Cutting planes
 
* Nonlinear Optimization
 
   
  +
=== Closed access resources ===
== Textbook ==
 
   
* C.H. Papadimitriou, K. Steiglitz, Combinatorial Optimization, Dover, New York, 1982.
 
* D. Bertsekas, Nonlinear Programming, Athena Scientific, 1999.
 
   
  +
=== Software and tools used within the course ===
== Reference material ==
 
  +
  +
= Teaching Methodology: Methods, techniques, & activities =
   
  +
== Activities and Teaching Methods ==
NA
 
  +
{| class="wikitable"
  +
|+ Activities within each section
  +
|-
  +
! Learning Activities !! Section 1 !! Section 2
  +
|-
  +
| Midterm evaluation || 1 || 1
  +
|-
  +
| Testing (written or computer based) || 1 || 1
  +
|}
  +
== Formative Assessment and Course Activities ==
   
== Required computer resources ==
+
=== Ongoing performance assessment ===
   
  +
==== Section 1 ====
NA
 
  +
{| class="wikitable"
  +
|+
  +
|-
  +
! Activity Type !! Content !! Is Graded?
  +
|-
  +
| Question || How a convex set and a convex function are defined? || 1
  +
|-
  +
| Question || What is the difference between polyhedron and polytope? || 1
  +
|-
  +
| Question || Why does always a linear program include constraints? || 1
  +
|-
  +
| Question || Consider the problem:<br><math>{\displaystyle {\text{minimize }}c_{1}x_{1}+c_{2}x_{2}+c_{3}x_{3}+c_{4}x_{4}}</math> <br><math>{\displaystyle {\text{subject to }}x_{1}+x_{2}+x_{3}+x_{4}=2}</math> <br><math>{\displaystyle 2x_{1}+3x_{3}+4x_{4}=2}</math> <br><math>{\displaystyle x_{1},x_{2},x_{3},x_{4}\geqslant 0}</math> <br>Solve it using simplex method. || 0
  +
|-
  +
| Question || Consider the problem:<br><math>{\displaystyle {\text{minimize }}x_{1}+x_{2}}</math> <br><math>{\displaystyle {\text{subject to }}-5x_{1}+4x_{2}\leq 0}</math> <br><math>{\displaystyle 6x_{1}+2x_{2}\ \leq 17}</math> <br><math>{\displaystyle x_{1},\ x_{2}\geq 0}</math> <br>Solve it using cutting-plane and branch-and-bound methods. || 0
  +
|}
  +
==== Section 2 ====
  +
{| class="wikitable"
  +
|+
  +
|-
  +
! Activity Type !! Content !! Is Graded?
  +
|-
  +
| Question || Which are the necessary and sufficient conditions of optimality of a generic minimization/maximization problem? || 1
  +
|-
  +
| Question || What is the goal of a descent algorithm? || 1
  +
|-
  +
| Question || What does it mean to fit some experimental data points || 1
  +
|-
  +
| Question || Consider the problem:<br><math>{\displaystyle {\text{minimize }}{\frac {1}{2}}\left(x_{1}^{1}+x_{2}^{2}\right)}</math> <br>Solve it using the suitable method. || 0
  +
|-
  +
| Question || Consider the problem:<br><math>{\displaystyle {\text{minimize }}-\left(x_{1}-2\right)^{2}}</math> <br><math>{\displaystyle {\text{subject to }}\ x_{1}+x_{2}^{2}=1}</math> <br><math>{\displaystyle -1\leq x_{2}\leq 1}</math> <br>Solve it using the suitable method. || 0
  +
|}
  +
=== Final assessment ===
  +
'''Section 1'''
  +
# Why does the simplex method require to be initialized with a correct basic feasible solution?
  +
# How one can test absence of solutions to a linear program?
  +
# How one can test unbounded solutions to a linear program?
  +
# How can the computational complexity of an optimization algorithm can be defined?
  +
'''Section 2'''
  +
# How is it possible to compute the Lagrange multiplier of a constrained optimization problem?
  +
# Which are the convergence conditions of the steepest descent method?
  +
# Which are the convergence conditions of the Newton’s method?
  +
# How can one “penalize” a constraint?
   
  +
=== The retake exam ===
== Evaluation ==
 
  +
'''Section 1'''
  +
# Consider the problem:
  +
<math>{\displaystyle {\text{minimize }}x_{1}+x_{2}}</math>
  +
<math>{\displaystyle {\text{subject to }}x_{1}+{2x}_{2}+2x_{3}\leq 20}</math>
  +
<math>{\displaystyle 2x_{1}+x_{2}+2x_{3}\leq 20}</math>
  +
<math>{\displaystyle 2x_{1}+2x_{2}+x_{3}\leq 20}</math>
  +
<math>{\displaystyle x_{1},\ x_{2},\ x_{3}\geq 0}</math>
  +
Solve it using simplex method.
  +
# Consider the problem:
  +
<math>{\displaystyle {\text{maximize }}15x_{1}+{12x}_{2}+4x_{3}+2x_{4}}</math>
  +
<math>{\displaystyle {\text{subject to }}8x_{1}+5x_{2}+3x_{3}+2x_{4}\leq 10}</math>
  +
<math>{\displaystyle x_{i}\in \{0,1\}}</math>
  +
Solve it using cutting-plane and branch-and-bound methods.
   
  +
'''Section 2'''
* Quizzes (20%)
 
  +
# Consider the problem:
* Labs (10%)
 
  +
<math>{\displaystyle {\text{minimize }}100\left(x_{2}-x_{1}^{2}\right)^{2}+\left(1-x_{1}\right)^{2}}</math>
* Midterm Exam (25%)
 
  +
<math>{\displaystyle {\text{subject to }}x_{1},\ x_{2}\geq 0}</math>
* Final Exam (25%)
 
  +
Solve it using the suitable method.
* Class and lab participation (10%)
 

Latest revision as of 14:09, 10 November 2022

Optimization

  • Course name: Optimization
  • Code discipline: R-01
  • Subject area:

Short Description

This course covers the following concepts: Optimization of a cost function; Algorithms to find solution of linear and nonlinear optimization problems.

Prerequisites

Prerequisite subjects

Prerequisite topics

Course Topics

Course Sections and Topics
Section Topics within the section
Linear programming
  1. simplex method to solve real linear programs
  2. cutting-plane and branch-and-bound methods to solve integer linear programs.
Nonlinear programming
  1. methods for unconstrained optimization
  2. linear and nonlinear least-squares problems
  3. methods for constrained optimization

Intended Learning Outcomes (ILOs)

What is the main purpose of this course?

The main purpose of this course to make the student aware of basic notions of mathematical programming and of its importance in the area of engineering.

ILOs defined at three levels

Level 1: What concepts should a student know/remember/explain?

By the end of the course, the students should be able to ...

  • explain the goal of an optimization problem
  • remind the importance of converge analysis for optimization algorithms
  • draft solution codes in Python/Matlab.

Level 2: What basic practical skills should a student be able to perform?

By the end of the course, the students should be able to ...

  • formulate a simple optimization problem
  • select the appropriate solution algorithm
  • find the solution.

Level 3: What complex comprehensive skills should a student be able to apply in real-life scenarios?

By the end of the course, the students should be able to ...

  • the simplex method
  • algorithms to solve nonlinear optimization problems.

Grading

Course grading range

Grade Range Description of performance
A. Excellent 86-100 -
B. Good 71-85 -
C. Satisfactory 56-70 -
D. Poor 0-55 -

Course activities and grading breakdown

Activity Type Percentage of the overall course grade
Labs/seminar classes (weekly evaluations) 0
Interim performance assessment (class participation) 100/0
Exams 0/100

Recommendations for students on how to succeed in the course

Resources, literature and reference materials

Open access resources

  • Textbook: C.H. Papadimitriou, K. Steiglitz, Combinatorial Optimization, Dover, New York, 1982.
  • Textbook: D. Bertsekas, Nonlinear Programming, Athena Scientific, 1999.

Closed access resources

Software and tools used within the course

Teaching Methodology: Methods, techniques, & activities

Activities and Teaching Methods

Activities within each section
Learning Activities Section 1 Section 2
Midterm evaluation 1 1
Testing (written or computer based) 1 1

Formative Assessment and Course Activities

Ongoing performance assessment

Section 1

Activity Type Content Is Graded?
Question How a convex set and a convex function are defined? 1
Question What is the difference between polyhedron and polytope? 1
Question Why does always a linear program include constraints? 1
Question Consider the problem:




Solve it using simplex method.
0
Question Consider the problem:




Solve it using cutting-plane and branch-and-bound methods.
0

Section 2

Activity Type Content Is Graded?
Question Which are the necessary and sufficient conditions of optimality of a generic minimization/maximization problem? 1
Question What is the goal of a descent algorithm? 1
Question What does it mean to fit some experimental data points 1
Question Consider the problem:

Solve it using the suitable method.
0
Question Consider the problem:



Solve it using the suitable method.
0

Final assessment

Section 1

  1. Why does the simplex method require to be initialized with a correct basic feasible solution?
  2. How one can test absence of solutions to a linear program?
  3. How one can test unbounded solutions to a linear program?
  4. How can the computational complexity of an optimization algorithm can be defined?

Section 2

  1. How is it possible to compute the Lagrange multiplier of a constrained optimization problem?
  2. Which are the convergence conditions of the steepest descent method?
  3. Which are the convergence conditions of the Newton’s method?
  4. How can one “penalize” a constraint?

The retake exam

Section 1

  1. Consider the problem:

Solve it using simplex method.

  1. Consider the problem:

Solve it using cutting-plane and branch-and-bound methods.

Section 2

  1. Consider the problem:

Solve it using the suitable method.