slope 0.29.0
Loading...
Searching...
No Matches
hybrid.h File Reference

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 dependency graph for hybrid.h:
This graph shows which files directly or indirectly include this file:

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.
 

Detailed Description

Hybrid numerical solver for SLOPE combining coordinate descent and proximal gradient descent.

Definition in file hybrid.h.