GTSAM  4.0.2
C++ library for smoothing and mapping (SAM)
Static Public Member Functions | Static Public Attributes | List of all members
gtsam::QPPolicy Struct Reference

Policy for ActivetSetSolver to solve Linear Programming. More...

#include <QPSolver.h>

Static Public Member Functions

static const GaussianFactorGraph buildCostFunction (const QP &qp, const VectorValues &xk=VectorValues())
 Simply the cost of the QP problem.
 

Static Public Attributes

static constexpr double maxAlpha = 1.0
 

Detailed Description

Policy for ActivetSetSolver to solve Linear Programming.

See also
QP problems

Member Data Documentation

◆ maxAlpha

constexpr double gtsam::QPPolicy::maxAlpha = 1.0
static

Maximum alpha for line search x'=xk + alpha*p, where p is the cost gradient For QP, maxAlpha = 1 is the minimum point of the quadratic cost


The documentation for this struct was generated from the following file: