Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

optyang/STELA

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
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

Packages

Contributors

Languages

Morty Proxy This is a proxified and sanitized view of the page, visit original site.