properties of the solution of a quadratic program More...
#include <shark/Algorithms/QP/QuadraticProgram.h>
Public Member Functions | |
QpSolutionProperties () | |
Public Attributes | |
double | accuracy |
typically the maximal KKT violation More... | |
unsigned long long | iterations |
number of decomposition iterations More... | |
double | value |
value of the objective function More... | |
double | seconds |
training time More... | |
properties of the solution of a quadratic program
Definition at line 133 of file QuadraticProgram.h.
|
inline |
Definition at line 135 of file QuadraticProgram.h.
References shark::QpNone.
double shark::QpSolutionProperties::accuracy |
typically the maximal KKT violation
Definition at line 145 of file QuadraticProgram.h.
unsigned long long shark::QpSolutionProperties::iterations |
number of decomposition iterations
Definition at line 146 of file QuadraticProgram.h.
Referenced by main(), shark::BiasSolver< Matrix >::solve(), and shark::BiasSolverSimplex< Matrix >::solve().
double shark::QpSolutionProperties::seconds |
double shark::QpSolutionProperties::value |
value of the objective function
Definition at line 147 of file QuadraticProgram.h.
Referenced by shark::RadiusMarginQuotient< InputType, CacheType >::computeRadiusMargin(), and main().