This is the release of R package sglOptim version 1.3.6.
This package is not intended for direct use, it is a service package for other R packages. If you want to use the optimizer I recommend you do one of the following:
For details on the algorithm and more see http://dx.doi.org/10.1016/j.csda.2013.06.004. The loss/objective function must be defined in a C++ module, for more information see Building a Customized Sparse Group Lasso Package.
Install the released version from CRAN:
install.packages("sglOptim")
Install the release candidate from GitHub:
# install.packages("devtools")
devtools::install_github("vincent-dk/sglOptim")
Install the development version from GitHub:
# install.packages("devtools")
devtools::install_github("vincent-dk/sglOptim", ref = "develop")
GPL (>=2)