QpSolver.h File Reference

Go to the source code of this file.

Classes

class  shark::GeneralQuadraticProblem< MatrixT >
 Quadratic Problem with only Box-Constraints Let K the kernel matrix, than the problem has the form. More...
 
class  shark::BoxedSVMProblem< MatrixT >
 Boxed problem for alpha in [lower,upper]^n and equality constraints. More...
 
class  shark::CSVMProblem< MatrixT >
 Problem formulation for binary C-SVM problems. More...
 
class  shark::QpSolver< Problem, SelectionStrategy >
 Quadratic program solver. More...
 

Namespaces

 shark
 AbstractMultiObjectiveOptimizer.
 

Enumerations

enum  shark::AlphaStatus { shark::AlphaFree = 0, shark::AlphaLowerBound = 1, shark::AlphaUpperBound = 2, shark::AlphaDeactivated = 3 }