ORF307: Optimization
Main course website: stellato.io/teaching/orf307
Tried to register but the class is full? Fill this Google Form to join the waiting list.
Description
This course focuses on analytical and computational tools for optimization. We will introduce least squares optimization with multiple objectives and constraints. We will also discuss linear optimization modeling, duality, the simplex method, degeneracy, interior point methods and network flow optimization. Finally, we will cover integer programming and branch-and-bound algorithms. A broad spectrum of real-world applications in engineering, finance and statistics is presented.
Learning objectives
This course introduces analytical and computational tools for mathematical optimization. Upon successful completion of this course you should be able to:
-
Model decision-making problems across different disciplines as least squares, linear and integer optimization problems.
-
Apply the most appropriate optimization tools when faced with a concrete problem.
-
Understand which algorithms are slower or faster, and which problems are easier or harder to solve.
Office hours
Instructor
Name: Bartolomeo Stellato
Office hours: Sherrerd 123, Tuesdays, 2pm-3:30pm
Website: https://stellato.io
Email: bstellato@princeton.edu
Assistants in instruction
Name: Yanjun Liu (Head AI)
Office hours: Sherrerd 123, Thursdays, 1:30pm-3:00pm
Email: yanjun.liu@princeton.edu
Name: Qishuo Yin
Office hours: Sherrerd 107, Tuesdays 6:00pm-7:30pm
Email: qy1448@princeton.edu
Name: Chenyu Yu
Office hours: Sherrerd 107, Wednesdays 6:00pm-7:30pm
Email: cy6247@princeton.edu
Name: Kaiwen Zhang
Office hours: Sherrerd 122, Thursdays 6:00pm-7:30pm
Email: kz5126@princeton.edu
Schedule
Lectures
All lectures will take place in room CS Building 104 on Tuesdays and Thursdays 11:00am - 12:20pm. The schedule is as follows (subject to change):
Least squares
# | Date | Topic | Slides | Homeworks |
---|---|---|---|---|
1 | 01/28 | Introduction | 01_lec.pdf | |
2 | 01/30 | Solving linear systems in practice | 02_lec.pdf | 1 Out |
3 | 02/04 | Least squares | ||
4 | 02/06 | Least squares data-fitting | 2 Out | |
5 | 02/11 | Multiobjective least squares | ||
6 | 02/13 | Constrained least squares | 3 Out |
Linear optimization
# | Date | Topic | Slides | Homeworks |
---|---|---|---|---|
7 | 02/18 | Linear optimization | ||
8 | 02/20 | Piecewise linear optimization | 4 Out | |
9 | 02/25 | Geometry and polyhedra | ||
10 | 02/27 | Applications: data science, control, finance | ||
11 | 03/04 | Simplex method | ||
03/06 | Midterm 1 | |||
12 | 03/18 | Simplex method implementation | ||
13 | 03/20 | Duality | 5 Out | |
14 | 03/25 | Duality II | ||
15 | 03/27 | Sensitivity analysis | 6 Out | |
16 | 04/01 | Network optimization | ||
17 | 04/03 | Interior point methods | 7 Out | |
18 | 04/08 | Interior point methods II | ||
19 | 04/10 | Linear optimization review | ||
04/15 | Midterm 2 |
Integer Optimization
# | Date | Topic | Slides | Homeworks |
---|---|---|---|---|
20 | 04/17 | Integer optimization | ||
21 | 04/22 | Integer optimization algorithms | ||
22 | 04/24 | The role of optimization | 8 Out | |
05/09 | Final project out | |||
05/11 | Final project deadline |
Precepts
There will be weekly 50 minutes long precepts. The focus will be on problem solving and Python programming. There are 3 available time slots:
- P01: Tuesdays 7:30pm - 8:20pm, Sherrerd 001
- P02: Tuesdays 7:30pm - 8:20pm, Sherrerd 101
- P03: Wednesdays 7:30pm - 8:20pm, Sherrerd 001
- P04: Wednesdays 7:30pm - 8:20pm, Sherrerd 101
Material
The lecture notes are available from the course website and intended to be self contained. The following books are useful as reference texts.
They are either free or digitally available via Princeton University library:
- [LO] D. Bertsimas, J. Tsitsiklis: Introduction to Linear Optimization (available Princeton Controlled Digital Lending)
- [LP] R. J. Vanderbei: Linear Programming: Foundations & Extensions (available on SpringerLink)
- [VMLS] S. Boyd, L. Vandenberghe: Introduction to Applied Linear Algebra – Vectors, Matrices, and Least Squares (available online)
In this course we strictly follow the crimes against matrices laws!
Precepts material and homework templates are available on the github companion repo.
Prerequisites
- Linear algebra MAT202 and/or MAT204.
- Basic computer programming knowledge suggested.
Software
Students will use the Python-based modeling software CVXPY (cvxpy.org) to solve optimization problems arising in several applications in operations research, finance, machine learning and engineering.
The assignments will be using jupyter notebooks running in the jupyterlab environment.
Follow the instructions in this repository to install the complete the environment setup required to run and export all your notebooks. For a quickstart guide on how to use Python, have a look at this guide, especially sections on numpy, scipy, and plotting with matplotlib.
Grading
All submissions should take place on Gradescope (accessible from the Canvas website).
-
30% Homeworks. 8 weekly homeworks. Almost all of them will include a computational component. Homeworks are due at Friday 9pm EST of following week. Requests for extension on homework will not be accepted, unless there is an extremely valid reason. Homeworks must always be submitted as a single pdf file which includes your written exercises (typed or handwritten) and code (pdf-exported jupyter notebook). To export your notebooks to
pdf
from jupyterlab, you should go to: "File" → "Save and Export Notebook As..." → "PDF". -
40% Midterms. Two 80 minutes written exams in-class. No coding required.
-
30% Final Project. 24 hours take-home final project with written and computational questions.
Questions and discussions
Students are encouraged to discuss and ask questions on Ed Forum (accessible from the Canvas website). Please make sure to specify if questions are about General information of the course, about the Lectures or about Homeworks by assigning them to the related category.
Collaboration policy
-
Homeworks. Students are allowed, and even encouraged, to collaborate on homeworks. When submitting your homework, you are required to list the name of the students you worked with. Also, please write the textbooks, notes or websites that were helpful to you.
-
Midterms and final project. No collaborations allowed.
Honor code and generative AI
All work in this course must uphold the University’s commitment to academic integrity. This includes the Honor Code (for written examinations, tests, and quizzes) and guidelines for the submission of original work on all other assignments. More guidance can be found in Rights, Rules, and Responsibilities as well as the handbook Academic Integrity at Princeton.
The use of AI-based tools, like ChatGPT and GitHub Copilot, is allowed but discouraged, as they often produce incorrect answers, including flawed proofs and invalid counterexamples. While these tools can sometimes offer new ideas or accelerate workflows, they frequently make subtle mathematical and logical errors that could hinder your learning.
If you use Generative AI tools on an assignment or take-home exam, you must declare it, describe how you used the tool, and include both the prompt and the relevant output. Using these tools without disclosing when and how you used them is a violation of the University’s academic regulations (See Section 2.4.6.), and can have serious consequences.
Attendance
Students are expected to attend each scheduled class on time and ready to participate fully. An excused absence will only be granted in the case of a religious observance, an ODS-approved accommodation, or - as verified by your residential college - a serious illness or an exceptional circumstance.