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

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

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.
 

Detailed Description

Proximal Gradient Descent solver implementation for SLOPE.

Definition in file pgd.h.