Skip to content

Commit e06e2fe

Browse files
author
lebesgue
committed
fix typo in sghtISTAWolfeExclusive
1 parent 062d72a commit e06e2fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SGHT/sghtISTAWolfeExclusive.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
% end
6464

6565
while true
66-
x = sght(x_cur - g_cur/L, ind, s1, s2);
66+
x = sght_exclusive(x_cur - g_cur/L, ind, s1, s2, upper);
6767
ax = A * x;
6868
f = 0.5 * norm(ax - y, 2)^2;
6969

0 commit comments

Comments
 (0)