Skip to content

Commit e77d05d

Browse files
authored
added modes to ASP
1 parent 1647ac6 commit e77d05d

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

src/solvers.jl

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,14 @@ end
200200
@doc raw"""
201201
`struct ASP` : Active Set Pursuit solver
202202
solves the optimization problem using either the basic or smart homotopy approach.
203-
203+
```math
204+
\max_{y} \left( b^T y - \frac{1}{2} λ y^T y \right)
205+
```
206+
subject to
207+
208+
```math
209+
\|A^T y\|_{\infty} \leq 1.
210+
```
204211
* Input
205212
* `A` : `m`-by-`n` matrix.
206213
* `b` : `m`-vector.

0 commit comments

Comments
 (0)