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 | |
unsigned long long | iterations |
number of decomposition iterations | |
double | value |
value of the objective function | |
double | seconds |
training time | |
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 accuracy, iterations, shark::QpNone, seconds, and value.
double shark::QpSolutionProperties::accuracy |
typically the maximal KKT violation
Definition at line 145 of file QuadraticProgram.h.
Referenced by QpSolutionProperties().
unsigned long long shark::QpSolutionProperties::iterations |
number of decomposition iterations
Definition at line 146 of file QuadraticProgram.h.
Referenced by main(), main(), QpSolutionProperties(), shark::BiasSolver< Matrix >::solve(), and shark::BiasSolverSimplex< Matrix >::solve().
double shark::QpSolutionProperties::seconds |
training time
Definition at line 148 of file QuadraticProgram.h.
Referenced by main(), main(), and QpSolutionProperties().
double shark::QpSolutionProperties::value |
value of the objective function
Definition at line 147 of file QuadraticProgram.h.
Referenced by shark::RadiusMarginQuotient< InputType, CacheType >::computeRadiusMargin(), main(), and QpSolutionProperties().