Fast generic solver for sparse group lasso optimization
problems. The loss (objective) function must be defined in a
C++ module. The optimization problem is solved using a
coordinate gradient descent algorithm. Convergence of the
algorithm is established (see reference) and the algorithm is
applicable to a broad class of loss functions. Use of parallel
computing for cross validation and subsampling is supported
through the 'foreach' and 'doParallel' packages. Development
version is on GitHub, please report package issues on GitHub.
Version: |
1.3.6 |
Depends: |
R (≥ 3.2.4), Matrix, foreach, doParallel |
Imports: |
methods, stats, tools, utils |
LinkingTo: |
Rcpp, RcppProgress, RcppArmadillo, BH |
Suggests: |
knitr, rmarkdown |
Published: |
2017-04-02 |
Author: |
Martin Vincent |
Maintainer: |
Martin Vincent <martin.vincent.dk at gmail.com> |
BugReports: |
https://github.com/vincent-dk/sglOptim/issues |
License: |
GPL-2 | GPL-3 [expanded from: GPL (≥ 2)] |
URL: |
https://dx.doi.org/10.1016/j.csda.2013.06.004,
https://github.com/vincent-dk/sglOptim |
NeedsCompilation: |
yes |
Citation: |
sglOptim citation info |
Materials: |
NEWS |
CRAN checks: |
sglOptim results |