Skip to content

jpvert/apg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

APG: Accelerated Proximal Gradient in R

APG is an R package to solve convex but potentially non-smooth optimization problems with an accelerated proximal gradient.

It implements basic functions for least-squares and logistic regression with lasso, elastic net, group lasso or monotonicity constraints, and allows the user to easily implement extensions.

To install APG from R, type:

install.packages('devtools')
library(devtools)
install_github("jpvert/apg")

Check the vignette for examples.

About

Accelerated proximal gradient in R

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published