Search code examples
cmathematical-optimization

L1 constrained Regression in C


I need Lasso/L1 constrained Regression Library in C. AFAIK, NAG does not support it. R has a package to do it but I need to do it in C. Any idea?


Solution

  • Thanks. I wrote my own C function and it worked well.