Skip to content

Commit 9d4d8b6

Browse files
authored
Merge pull request #98 from mrava87/main
Fix typo in rendering of equation for QuadraticEnvelopeCardIndicator
2 parents 3c5ae36 + 4ea7d34 commit 9d4d8b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproximal/proximal/QuadraticEnvelope.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ class QuadraticEnvelopeCardIndicator(ProxOperator):
117117
118118
\mathcal{Q}(\mathcal{I}_{r_0})(x) =
119119
\frac{1}{2k^*}\left(\sum_{i>r_0-k^*}|\tilde{x}_i|\right)^2
120-
- \frac{1}{2}\left(\sum_{i>r_0-k^*}|\tilde{x}_i|^2
120+
- \frac{1}{2}\left(\sum_{i>r_0-k^*}|\tilde{x}_i|\right)^2
121121
122122
where :math:`r_0 \geq 0` and :math:`k^* \leq r_0`, see [3]_ for details. There are
123123
other, equivalent ways, of expressing this penalty, see e.g. [1]_ and [2]_.

0 commit comments

Comments
 (0)