We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 964332a commit b7ef3d4Copy full SHA for b7ef3d4
docs/src/algorithms.md
@@ -60,3 +60,8 @@ Similar to the algorithms in the previous section, we either add a quadratic reg
60
These algorithms are described in [aravkin-baraldi-orban-2024](@cite).
61
62
## 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