slope 6.2.1
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 <optional>
#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, const std::string &cd_type, std::optional< int > random_seed=std::nullopt)
 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.