Activating project at `~/Teaching/BEE4750/fall2023/slides`
Lecture 22
November 6, 2023
Activating project at `~/Teaching/BEE4750/fall2023/slides`
Pros:
Cons:
Systems models often have:
Bifurcations are when the qualitative behavior of a system changes across a parameter boundary.
Feedback loops can be reinforcing or dampening.
Dampening feedback loops are associated with stable equilibria, while reinforcing feedback loops are associated with instability.
Source: Blaqdolphin - Own work, CC BY-SA 4.0, https://commons.wikimedia.org/w/index.php?curid=91228415
We often have multiple objectives that we want to analyze.
We could formulate constraints based on a priori assessments of acceptability:
Another common approach is to combine multiple objectives \(Z_i\) together into a weighted sum:
\[\sum_i w_i Z_i,\]
where \(\sum_i w_i = 1\).
This requires placing the \(Z_i\) on a common scale (normalization).
Can you think of problems or limits with these approaches to handling multiple constraints?
Recall the shallow lake problem from earlier in the semester.
\[\begin{align*} X_{t+1} &= X_t + a_t + y_t \\ &\quad + \frac{X_t^q}{1 + X_t^q} - bX_t,\\[0.5em] y_t &\sim \text{LogNormal}(\mu, \sigma^2) \end{align*}\]
Parameter | Definition |
---|---|
\(X_t\) | P concentration in lake |
\(a_t\) | point source P input |
\(y_t\) | non-point source P input |
\(q\) | P recycling rate |
\(b\) | rate at which P is lost |
GKS: could not find font bold.ttf
What complicates formulating a mathematical program for the lake problem?
Our objective might be to maximize \(\sum_{t=1}^T a_t\) (as a proxy for economic activity), while keeping a low probability of eutrophication.
How can we represent uncertainty in inputs \(y_t\) in an MP?
What are some relevant objectives for the lake problem?
Many systems problems with
don’t lend themselves well to mathematical programming.
So how can we make decisions?
Wednesday: Simulation-optimization as an alternative to mathematical programming.
Friday: Lab on simulation-optimization.
HW5 and Project Update: Due Friday.