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 d271fe5 commit 6a2d80cCopy full SHA for 6a2d80c
SGLP/README.md
@@ -1,21 +1,25 @@
1
# Sparse Group Lasso Projection (SGLP) problem
2
+
3
sglp.c
4
sglp_admm.m
5
sglp_dykstra.m
6
glLeast.c
7
8
# Constrained Sparse Group Lasso Problem (CSGLP)
9
10
sglLeastC.m
11
sglLeastC_admm.m
12
13
# DC programming for truncated norm
14
15
trunc_sglp.c
16
trunc_sglLeastC.m
17
trunc_DC_sglLeastC.m
18
19
# Usage
-The SLEP package is required. You may download the latest version at http://www.public.asu.edu/~jye02/Software/SLEP/.
-Compile the c files using ordinary mex tool:
20
21
+The SLEP package is required. You may download the latest version <a href="http://www.public.asu.edu/~jye02/Software/SLEP/">here</a>.
22
+Use mex to compile the c files:
23
24
mex sglp.c/glLeast.c/trunc_sglp.c
25
0 commit comments