Recent Releases of grpSLOPE
grpSLOPE - grpSLOPE v0.3.2
Only changes are to the automated software tests.
- R
Published by agisga almost 3 years ago
grpSLOPE - grpSLOPE v0.3.1
Only changes are to the automated software tests.
- R
Published by agisga almost 4 years ago
grpSLOPE - grpSLOPE v0.3.0
- In addition to the default FISTA solver (function
proximalGradientSolverGroupSLOPEused by default within functiongrpSLOPE), an ADMM solver has been implemented for the Group SLOPE model (functionadmmSolverGroupSLOPE). - Removes the dependency on the R package
SLOPE, because the only two functions fromSLOPEthat are used ingrpSLOPEare being deprecated and removed fromSLOPEpackage versions newer than 0.1.3. - Since the dependency on the R package
SLOPEhas been removed (see above), the two functionsSLOPE::SLOPE_solverandSLOPE::prox_sorted_L1(including the underlying C implementation) have been adapted fromSLOPEversion 0.1.3 into this version of thegrpSLOPEpackage.
- R
Published by agisga about 6 years ago
grpSLOPE - A patch release
- Fix for the installation error on r-oldrel-windows-ix86+x86_64 (R v3.2.5) in the CRAN package check results. This error was caused by the generic S3 method
sigma()not being available from thestatspackage prior to R v3.3.0. - Checks for missing data in the inputs
X,yandgroupwere added ingrpSLOPE(). - A check for whether the input matrix
Xhas columns with 0 variance is performed ingrpSLOPE()whennormalize=TRUE. This should prevent division by 0, when the columns ofXare standardized to have norms equal to 1.
- R
Published by agisga over 9 years ago
grpSLOPE - Version 0.2.0
A new CRAN release that is more consistent with the paper https://arxiv.org/abs/1610.04960.
- R
Published by agisga over 9 years ago
grpSLOPE - First CRAN release
The package is on CRAN now: https://cran.r-project.org/web/packages/grpSLOPE/index.html
- R
Published by agisga about 10 years ago