Skip to content

arnavailable/optimization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

optimization

Course Description: Optimization models are used to make data-driven decisions in a variety of contexts, including transportation, healthcare, finance, logistics, and retail. This course will focus on formulating and solving optimization problems using Python. The course will address linear, integer, quadratic, and non-convex optimization. We will also explore connections between optimization and machine learning.

This is not a course on the theory of optimization, or on Python. Instead, the emphasis will be on learning how to develop suitable optimization models for practice problems, and how to obtain optimal solutions to these models on a computer.

Technical Concepts:

  1. Linear optimization, model geometry, simplex algorithm, Python+Gurobi
  2. Integer optimization, logical conditions, branch-and-bound algorithm
  3. Modeling uncertainty, quadratic optimization
  4. Convexity, local and global solutions, optimization and machine learning
  5. Gradient descent for logistic regression

Assignments:

  1. Hospital operating room scheduling using integer optimization
  2. Portfolio optimization using quadratic-integer optimization
  3. Predicting Airbnb prices using integer optimization
  4. Training a logistic regression classifier using gradient descent

Suggested Books:

  1. Applied Mathematical Programming by Bradley, Hax, and Magnanti (Addison-Wesley, 1977)