mathurinm / andersoncd

This code is no longer maintained. The codebase has been moved to https://github.com/scikit-learn-contrib/skglm. This repository only serves to reproduce the results of the AISTATS 2021 paper "Anderson acceleration of coordinate descent" by Quentin Bertrand and Mathurin Massias.
BSD 3-Clause "New" or "Revised" License
18 stars 6 forks source link

ENH : add Cel0 penalty #32

Open mathurinm opened 3 years ago

mathurinm commented 3 years ago

It has a single parameter (alpha) so it's easier than MCP (which has gamma in addition)

It needs 1 / ||X_j|| so we may need to tweak the existing code (i.e. in penalty.objective, to avoid recomputing theses values at every call)