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 6a2d80c commit b8fd57cCopy full SHA for b8fd57c
SGLP/README.md
@@ -1,22 +1,22 @@
1
-# Sparse Group Lasso Projection (SGLP) problem
+## 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)
+## Constrained Sparse Group Lasso Problem (CSGLP)
9
10
sglLeastC.m
11
sglLeastC_admm.m
12
13
-# DC programming for truncated norm
+## DC programming for truncated norm
14
15
trunc_sglp.c
16
trunc_sglLeastC.m
17
trunc_DC_sglLeastC.m
18
19
-# Usage
+## Usage
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:
0 commit comments