China Economy Index
Last edited: March 3, 2026equality constrained minimization
Last edited: March 3, 2026Equality constrained smooth optimization problem:
\begin{align} \min_{x}\quad & f\qty(x) \\ \textrm{s.t.} \quad & Ax = b \end{align}
for \(f\) convex, and twice differentiable; for \(A \in \mathbb{R}^{p\times n}\), rank \(p\).
additional information
equality constrained quadratic minimization
say its a quadratic:
\begin{align} f\qty(x) = \frac{1}{2} x^{T}P x + q^{T} x + r \end{align}
for \(P \in \mathbb{S}^{n}_{+}\)
We can form optimality via the KKT Conditions in a block:
\begin{align} \mqty(P & A^{T}\\ A & 0) \mqty(x^{*}\\v^{*}) = \mqty(-q \\ b) \end{align}
Stanford UG Courses Index
Last edited: March 3, 2026Stanford UG Y1, Aut
Stanford UG Y1, Win
Stanford UG Y1, Spr
Stanford UG Y2, Aut
Stanford UG Y2, Win
Stanford UG Y2, Spr
Stanford UG Y3, Aut
Stanford UG Y3, Win
Stanford UG Talks
| Date | Topic | Presenter | Link |
|---|---|---|---|
| UG Research Program | Brian Thomas | Stanford UG Research Program | |
| Bld an Ecosystem, Not Monolith | Colin Raffel | Build a System | |
| Training Helpful CHatbots | Nazeen Rajani | Training Helpful Chatbots | |
| AI Intepretability for Bio | Gasper Begus | AI Intepretability | |
| PT Transformers on Long Seqs | Mike Lewis | Pretraining Long Transformers | |
| Transformers! | A. Vaswani | Transformers | |
| Towards Interactive Agents | Jessy Lin | Interactive Agent | |
| Dissociating Language and Thought | Anna Ivanova | Dissociating Language and Thought | |
| Language Agents | Karthik Narasimhan | Language Agents with Karthik | |
| Pretraining Data | |||
| value alignment | Been Kim | LM Alignment | |
| model editing | Peter Hase | Knowledge Editing | |
| Knowledge Localization | |||
| Presentations | Sydney Katz | Presentations | |
| Video Generation with Learned Prior | Meenakshi Sarkar | Priors | |
| Theoretical Drone Control | Sliding Mode UAV Control | ||
| VLM to Agents | Tao Yu | VLM to Agents | |
| Social RL | Natasha Jaques | Social Reinforcement Learning | |
| Model Predictive Control + Prompting | Gabriel Maher | LLM MPC | |
| Planning for Learning | |||
| Theorem Proving | Self-Play Conjection Generalization | ||
| Safety for Trucks | Safety for Autonomous Trucking | ||
| Collaborate Multiagent DM | Collaborative Multiagent DM | ||
| AI Safety Talks | AI Safety Annual Meeting | ||
| Pretraining under infinite compute | Limited Samples and Infinite Compute | ||
| Mel Krusniak | Decisions.jl | ||
| SISL Flash Talks | SISL Talks | ||
| Predicting Scaling Performance | |||
| mixed-autonomy traffic with LLMS | mixed-autonomy traffic with LLMs | ||
| AI Incidents Policy | AI Incidents Policy | ||
| Reliable RL | Reliable RL | ||
| Words to Concepts | Words to Concepts | ||
| Zen’s Defense |
Contacts
SU-CS361 APR182024
Last edited: March 3, 2026constraint
recall constraint; our general constraints means that we can select \(f\) within a feasible set \(x \in \mathcal{X}\).
active constraint
an “active constraint” is a constraint which, upon application, changes the solution to be different than the non-constrainted solution. This is always true at the equality constraint, and not necessarily with inequality constraints.
types of constraints
We can write all types of optimization problems into two types of constraints; we will use these conventions EXACTLY:
