Skip to content

Commit b8fd57c

Browse files
committed
update
1 parent 6a2d80c commit b8fd57c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

SGLP/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
1-
# Sparse Group Lasso Projection (SGLP) problem
1+
## Sparse Group Lasso Projection (SGLP) problem
22

33
sglp.c
44
sglp_admm.m
55
sglp_dykstra.m
66
glLeast.c
77

8-
# Constrained Sparse Group Lasso Problem (CSGLP)
8+
## Constrained Sparse Group Lasso Problem (CSGLP)
99

1010
sglLeastC.m
1111
sglLeastC_admm.m
1212

13-
# DC programming for truncated norm
13+
## DC programming for truncated norm
1414

1515
trunc_sglp.c
1616
trunc_sglLeastC.m
1717
trunc_DC_sglLeastC.m
1818

19-
# Usage
19+
## Usage
2020

2121
The SLEP package is required. You may download the latest version <a href="http://www.public.asu.edu/~jye02/Software/SLEP/">here</a>.
2222
Use mex to compile the c files:

0 commit comments

Comments
 (0)