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

Factory function to create and configure a SLOPE solver. More...

#include "solver.h"
#include <memory>
#include <string>
Include dependency graph for setup_solver.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  slope
 Namespace containing SLOPE regression implementation.
 

Functions

std::unique_ptr< SolverBaseslope::setupSolver (const std::string &solver_type, const std::string &loss, JitNormalization jit_normalization, bool intercept, bool update_clusters, int cd_iterations)
 Factory function to create and configure a SLOPE solver.
 

Detailed Description

Factory function to create and configure a SLOPE solver.

Definition in file setup_solver.h.