JoaoSantinha / apg

Accelerated proximal gradient in R

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:R 77.4%Language:C++ 22.6%