madeleineudell / ParallelSparseRegression.jl

Other
12 stars 7 forks source link

Compute regularization paths #2

Open madeleineudell opened 10 years ago

madeleineudell commented 10 years ago

Start with a very high regularizer, so the problem is easy to solve, and decrease it. Each iteration should be very fast. Design make_prox_* so that changing lambda incurs little overhead. Allow user to choose lambda_min and lambda_max, but also include good defaults to encourage interesting (eg non-zero) solutions.