Lecture
Mon., Feb. 19
Today
Overview
Optimization in the wild
Wrapup
Reflect
To what extent is this [in]consistent with exploratory modeling?
Important
Today we’ll say optimization but even an exact solution is only optimal in our model, not the real world. I prefer the term policy search which emphasizes the use of computers to suggest promising strategies.
Today
Overview
Optimization in the wild
Wrapup
Reflect
Take 2-3 minutes, then share.
Find a vector \(\mathbf{x}\) that maximizes \(c^T \mathbf{x}\) subject to \(A \mathbf{x} \leq \mathbf{b}\) and \(\mathbf{x} \geq 0\) (Wikipiedia)
If you have a differentiable function, you can use gradient descent to find the minimum.
\[ \mathbf{x}_{n+1} = \mathbf{x}_n - \alpha \nabla f(\mathbf{x}_n) \]
See illustration here
Tip
We’ll use simulation-optimization in our lab next week.
Today
Overview
Optimization in the wild
Wrapup
We will discuss @Schwetschenau et al. (2023). Discussion questions are posted. Please focus on the framing of the problem and the assumptions made when you read; don’t get bogged down in the technical details.