#include <shark/Core/Timer.h>
#include <shark/Algorithms/QP/QuadraticProgram.h>
#include <shark/Data/Dataset.h>
#include <shark/Data/DataView.h>
#include <shark/LinAlg/Base.h>
#include <cmath>
#include <iostream>
Go to the source code of this file.
Classes | |
class | shark::QpBoxLinear< InputT > |
Quadratic program solver for box-constrained problems with linear kernel. More... | |
class | shark::QpBoxLinear< CompressedRealVector > |
struct | shark::QpBoxLinear< CompressedRealVector >::SparseVector |
Data structure for sparse vectors. More... | |
Namespaces | |
shark | |
AbstractMultiObjectiveOptimizer. | |
Macros | |
#define | CHANGE_RATE 0.2 |
#define | PREF_MIN 0.05 |
#define | PREF_MAX 20.0 |
#define CHANGE_RATE 0.2 |
Definition at line 53 of file QpBoxLinear.h.
Referenced by shark::QpBoxLinear< InputT >::solve(), shark::QpBoxLinear< CompressedRealVector >::solve(), and shark::LassoRegression< InputVectorType >::trainInternal().
#define PREF_MAX 20.0 |
Definition at line 55 of file QpBoxLinear.h.
Referenced by shark::QpBoxLinear< InputT >::solve(), shark::QpBoxLinear< CompressedRealVector >::solve(), and shark::LassoRegression< InputVectorType >::trainInternal().
#define PREF_MIN 0.05 |
Definition at line 54 of file QpBoxLinear.h.
Referenced by shark::QpBoxLinear< InputT >::solve(), shark::QpBoxLinear< CompressedRealVector >::solve(), and shark::LassoRegression< InputVectorType >::trainInternal().