![]() |
slope 6.0.1
|
Proximal Gradient Descent solver implementation for SLOPE. More...
#include "../losses/loss.h"#include "../math.h"#include "../sorted_l1_norm.h"#include "solver.h"#include <Eigen/Dense>#include <Eigen/SparseCore>#include <memory>

Go to the source code of this file.
Classes | |
| class | slope::PGD |
| Proximal Gradient Descent solver for SLOPE optimization. More... | |
Namespaces | |
| namespace | slope |
| Namespace containing SLOPE regression implementation. | |
Proximal Gradient Descent solver implementation for SLOPE.
Definition in file pgd.h.