![]() |
slope 0.29.0
|
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>
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.