Skip to content

Quadratic function: follow the herd? #86

@bchretien

Description

@bchretien

QP solvers usually describe quadratic functions as:

f(x) = 0.5 x^T H x + x^T g + λ

but in RobOptim, GenericNumericQuadraticFunction considers:

f(x) = x^T A x + x^T b + c

Thus, we have H = 2 A, which may be a source of error for users used to traditional QP solvers.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions