I'm trying to solve an optimization problem: $$\text{argmin}_{x \in \Bbb R^n}~ f(x),~ f(x) = ||x - a||_2 ^2 + \lambda ||x||_1,~ \lambda>0.$$
Any thoughts on how to solve it?
Thanks in advance!
I'm trying to solve an optimization problem: $$\text{argmin}_{x \in \Bbb R^n}~ f(x),~ f(x) = ||x - a||_2 ^2 + \lambda ||x||_1,~ \lambda>0.$$
Any thoughts on how to solve it?
Thanks in advance!
This is a soft-thresholding problem for linear regression, for which a closed-form solution is provided here: Derivation of Soft Thresholding Operator