Skip to content
/ STELA Public

STELA algorithm for sparsity regularized linear regression (LASSO)

License

Notifications You must be signed in to change notification settings

optyang/STELA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

STELA

STELA algorithm for sparsity regularized linear regression (LASSO)

STELA algorithm solves the following optimization problem:

equation

It is based on the parallel best-response (Jacobi) algorithm with guaranteed convergence. It exhibits a fast, reliable and stable performance.

Reference: Sec. IV-C of Y. Yang, and M. Pesavento, "A unified successive pseudoconvex approximation framework", IEEE Transactions on Signal Processing, vol. 65, no. 13, pp. 3313-3328, Jul. 2017. URL: IEEE, Arxiv

Input Parameters:

A :      N * K matrix,  dictionary;

y :      K * 1 vector,  noisy observation;

mu:      scalar, regularization gain;

MaxIter: maximum number of iterations, default = 1000;

Definitions:

equation

equation

Output Parameters:

objval: objective function value (f + g);

x:      K * 1 vector, the optimal variable

error:  specifies the solution precision (a smaller error implies a better solution);

Releases

No releases published

Packages

No packages published

Languages