![]() |
slope 0.29.0
|
Karush-Kuhn-Tucker (KKT) optimality condition checking for SLOPE regression. More...
#include <Eigen/Core>
Go to the source code of this file.
Namespaces | |
namespace | slope |
Namespace containing SLOPE regression implementation. | |
Typedefs | |
using | slope::ArrayXb = Eigen::Array< bool, Eigen::Dynamic, 1 > |
Dynamic-size column vector of boolean values Wrapper around Eigen::Array<bool, Eigen::Dynamic, 1> | |
using | slope::ArrayXXb = Eigen::Array< bool, Eigen::Dynamic, Eigen::Dynamic > |
Dynamic-size matrix of boolean values Wrapper around Eigen::Array<bool, Eigen::Dynamic, Eigen::Dynamic> | |
Functions | |
std::vector< int > | slope::kktCheck (const Eigen::VectorXd &gradient, const Eigen::VectorXd &beta, const Eigen::ArrayXd &lambda, const std::vector< int > &strong_set) |
Checks KKT conditions for SLOPE optimization. | |
Karush-Kuhn-Tucker (KKT) optimality condition checking for SLOPE regression.
Definition in file kkt_check.h.