slope 0.29.0
Loading...
Searching...
No Matches
solvers Directory Reference
Directory dependency graph for solvers:
src/slope/solvers

Files

 hybrid.cpp
 Hybrid solver implementation for SLOPE.
 
 hybrid.h
 Hybrid numerical solver for SLOPE combining coordinate descent and proximal gradient descent.
 
 hybrid_cd.cpp
 
 hybrid_cd.h
 An implementation of the coordinate descent step in the hybrid algorithm for solving SLOPE.
 
 pgd.cpp
 Proximal Gradient Descent solver implementation for SLOPE.
 
 pgd.h
 Proximal Gradient Descent solver implementation for SLOPE.
 
 setup_solver.cpp
 
 setup_solver.h
 Factory function to create and configure a SLOPE solver.
 
 slope_threshold.cpp
 
 slope_threshold.h
 The declaration of the slopeThreshold function.
 
 solver.h
 Numerical solver class for SLOPE (Sorted L-One Penalized Estimation)