Skip to content

Commit b7ef3d4

Browse files
add constrained algorithm doc
1 parent 964332a commit b7ef3d4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/src/algorithms.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,3 +60,8 @@ Similar to the algorithms in the previous section, we either add a quadratic reg
6060
These algorithms are described in [aravkin-baraldi-orban-2024](@cite).
6161

6262
## Constrained Optimization
63+
For constrained, regularized optimization,
64+
```math
65+
\underset{x \in \mathbb{R}^n}{\text{minimize}} \quad f(x) + h(x) \quad \text{subject to} \ l \leq x \leq u \ \text{and} \ c(x) = 0,
66+
```
67+
an augmented Lagrangian method is provided, [`AL`](@ref AL).

0 commit comments

Comments
 (0)