Skip to content

Commit cab9442

Browse files
Merge pull request #40 from kevinwoots/patch-1
Kevin Wu picking class 21
2 parents 507e0b2 + 554fe50 commit cab9442

File tree

3 files changed

+24
-4
lines changed

3 files changed

+24
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ All interactions will happen **only through GitHub** — no in-person hints will
5252
| 5 | 09/19/2025 | Lecture - Guancheng "Ivan" Qiu | **Nonlinear** trajectory **optimization**; collocation; implicit integration | |
5353
| 6 | 09/26/2025 | **External seminar 2** - Henrique Ferrolho | Trajectory **optimization** on robots in Julia Robotics | |
5454
| 7 | 10/03/2025 | Lecture - Jouke van Westrenen | Stochastic optimal control, Linear Quadratic Gaussian (LQG), Kalman filtering, robust control under uncertainty, unscented optimal control; | |
55-
| 8 | 10/10/2025 | **External seminar 3** TBD (speaker to be confirmed) | Topology **optimization** | |
55+
| 8 | 10/10/2025 | Lecture - Kevin Wu | Distributed optimal control & multi-agent coordination; Consensus, distributed MPC, and optimization over graphs (ADMM) ||
5656
| 9 | 10/17/2025 | **External seminar 4** — François Pacaud | GPU-accelerated optimal control | |
5757
|10 | 10/24/2025 | Lecture - Michael Klamkin | Physics-Informed Neural Networks (PINNs): formulation & pitfalls | |
5858
|11 | 10/31/2025 | **External seminar 5** - Chris Rackauckas | Neural Differential Equations: PINNs + classical solvers | |
@@ -73,7 +73,7 @@ Students must provide materials equivalent to those used in an in-person session
7373
| 18 | Lecture - Joe Ye | Robust control & min-max DDP (incl. PDE cases); chance constraints; Data-driven control & Model-Based RL-in-the-loop | |
7474
| 19 | Lecture - TBD | Contact Explict and Contact Implicit; Trajectory Optimization for Hybrid and Composed Systems; | |
7575
| 20 | Lecture - TBD | Probabilistic Programming; Bayesian numerical methods; Variational Inference; probabilistic solvers for ODEs/PDEs; Bayesian optimization in control; | |
76-
| 21 | Lecture - TBD | Distributed optimal control & multi-agent coordination; Consensus, distributed MPC, and optimization over graphs (ADMM). | |
76+
| 21 | Lecture - Kevin Wu | Distributed optimal control & multi-agent coordination; Consensus, distributed MPC, and optimization over graphs (ADMM). | |
7777
| 22 | Lecture - TBD | Dynamic Optimal Control of Power Systems; Generators swing equations, Transmission lines electromagnetic transients, dynamic load models, and inverters. | |
7878

7979
## Reference Material
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,21 @@
11
# Class 8 Background Material - 10/10/2025
2+
3+
Lecture structure is still under development. Tentative plan:
4+
5+
## Introduction
6+
Brief introduction of my research and background.
7+
8+
## Topic 1: Consensus
9+
"Algorithms that provide rapid agreement and teamwork between all participants"
10+
Great foundational paper:
11+
https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&arnumber=4118472
12+
13+
## Topic 2: ADMM (Alternating Direction Method of Multipliers)
14+
Great foundational textbook:
15+
https://web.stanford.edu/~boyd/papers/pdf/admm_distr_stats.pdf
16+
17+
Perhaps introduce with the connection of progressive-hedging (in CEP research) to ADMM?
18+
19+
## Topic 3: Model Predictive Control
20+
Foundational paper (tentative?):
21+
https://www.sciencedirect.com/science/article/pii/S0005109899002149?

class08/class08.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Class 8 — 10/10/2025
22

3-
**Presenter:** TBD
3+
**Presenter:** Kevin Wu
44

5-
**Topic:** Topic TBD
5+
**Topic:** Distributed optimal control & multi-agent coordination; Consensus, distributed MPC, and optimization over graphs (ADMM)
66

77
---
88

0 commit comments

Comments
 (0)