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

Proximal Gradient Descent solver implementation for SLOPE. More...

#include "pgd.h"
#include "../losses/loss.h"
#include "../sorted_l1_norm.h"
#include <Eigen/Dense>
#include <Eigen/SparseCore>
#include <memory>
Include dependency graph for pgd.cpp:

Go to the source code of this file.

Namespaces

namespace  slope
 Namespace containing SLOPE regression implementation.
 

Detailed Description

Proximal Gradient Descent solver implementation for SLOPE.

Definition in file pgd.cpp.