Elastic Net like problem #654
Unanswered
raypenper
asked this question in
Mathematical Modeling
Replies: 1 comment 1 reply
-
Hi @raypenper, just so I understand better. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Can QSQP solve the Elastic Net like problem? It has the form$$min_{x}||Ax - b||^2_2+\lambda||x||_1+\mu||x^2-y||^2_2$$ where y is a given vector. This problem is basically a lasso problem with L2 regularization, but it has a non-linear term $x^2$ and a reference solution $y$ . Anyone know how to solve the problem? Thanks a lot.
Beta Was this translation helpful? Give feedback.
All reactions