DataSlingers / ExclusiveLasso

Generalized Linear Models with the Exclusive Lasso Penalty
https://DataSlingers.github.io/ExclusiveLasso/
5 stars 2 forks source link

Box Constraints #8

Closed michaelweylandt closed 5 years ago

michaelweylandt commented 5 years ago

Upper and lower bounds on each parameter. This should be a pretty minor algorithmic tweak: for CD, apply the constraint at each update; for PG, incorporate the constraint into the prox (itself a CD problem).

michaelweylandt commented 5 years ago

Closed in def0c80