![]() |
slope 6.2.1
|
Hybrid numerical solver for SLOPE combining coordinate descent and proximal gradient descent. More...
#include "../clusters.h"#include "../losses/loss.h"#include "../sorted_l1_norm.h"#include "hybrid_cd.h"#include "pgd.h"#include "solver.h"#include <memory>#include <optional>
Go to the source code of this file.
Classes | |
| class | slope::Hybrid |
| Hybrid CD-PGD solver for SLOPE. More... | |
Namespaces | |
| namespace | slope |
| Namespace containing SLOPE regression implementation. | |
Hybrid numerical solver for SLOPE combining coordinate descent and proximal gradient descent.
Definition in file hybrid.h.