Quadratic program solver. More...
#include <shark/Algorithms/QP/QpSolver.h>
Public Member Functions | |
QpSolver (Problem &problem) | |
void | solve (QpStoppingCondition &stop, QpSolutionProperties *prop=NULL) |
Protected Attributes | |
Problem & | m_problem |
Quadratic program solver.
todo: new documentation
Definition at line 391 of file QpSolver.h.
|
inline |
Definition at line 394 of file QpSolver.h.
|
inline |
Definition at line 398 of file QpSolver.h.
References shark::QpStoppingCondition::maxIterations, shark::QpStoppingCondition::maxSeconds, shark::QpStoppingCondition::minAccuracy, shark::Timer::now(), shark::QpAccuracyReached, shark::QpMaxIterationsReached, and shark::QpTimeout.
Referenced by shark::RadiusMarginQuotient< InputType, CacheType >::computeRadiusMargin(), shark::LooErrorCSvm< InputType, CacheType >::eval(), shark::MissingFeatureSvmTrainer< InputType, CacheType >::setMaxIterations(), shark::BiasSolver< Matrix >::solve(), shark::BiasSolverSimplex< Matrix >::solve(), shark::McReinforcedSvmTrainer< InputType, CacheType >::train(), shark::McSvmCSTrainer< InputType, CacheType >::train(), shark::McSvmLLWTrainer< InputType, CacheType >::train(), shark::McSvmATMTrainer< InputType, CacheType >::train(), shark::McSvmWWTrainer< InputType, CacheType >::train(), shark::McSvmADMTrainer< InputType, CacheType >::train(), shark::McSvmATSTrainer< InputType, CacheType >::train(), shark::EpsilonSvmTrainer< InputType, CacheType >::train(), shark::CSvmTrainer< InputType, CacheType >::train(), shark::SquaredHingeCSvmTrainer< InputType, CacheType >::train(), and shark::OneClassSvmTrainer< InputType, CacheType >::trainSVM().
|
protected |
Definition at line 462 of file QpSolver.h.