Skip to content

Commit 750edc2

Browse files
committed
update
1 parent 466b3cb commit 750edc2

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

SGLP/README.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# Sparse Group Lasso Projection (SGLP) problem
2+
sglp.c
3+
sglp_admm.m
4+
sglp_dykstra.m
5+
glLeast.c
6+
7+
# Constrained Sparse Group Lasso Problem (CSGLP)
8+
sglLeastC.m
9+
sglLeastC_admm.m
10+
11+
# DC programming for truncated norm
12+
trunc_sglp.c
13+
trunc_sglLeastC.m
14+
trunc_DC_sglLeastC.m
15+
16+
# Usage
17+
The SLEP package is required. You may download the latest version at http://www.public.asu.edu/~jye02/Software/SLEP/.
18+
Compile the c files using ordinary mex tool:
19+
mex sglp.c/glLeast.c/trunc_sglp.c
20+
21+
22+
23+
24+
25+
26+

0 commit comments

Comments
 (0)