Skip to content

Commit

Permalink
Merge pull request #641 from mrava87/doc-ompexample
Browse files Browse the repository at this point in the history
doc: fixed problem statement for omp in example
  • Loading branch information
mrava87 authored Feb 5, 2025
2 parents 81b6ff9 + 7d77f43 commit 2d12a61
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion examples/plot_ista.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@
mathematically translates to solving the following constrained problem:
.. math::
\quad \|\mathbf{Op}\mathbf{x}- \mathbf{b}\|_2 <= \sigma,
\|\mathbf{x}\|_0 \quad \text{subject to} \quad
\|\mathbf{Op}\,\mathbf{x}-\mathbf{y}\|_2^2 \leq \sigma^2,
while IRLS, ISTA and FISTA solve an uncostrained problem with a L1
regularization term:
Expand Down

0 comments on commit 2d12a61

Please sign in to comment.