Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Quadratic function: follow the herd? #86

Open
bchretien opened this issue Mar 24, 2015 · 0 comments
Open

Quadratic function: follow the herd? #86

bchretien opened this issue Mar 24, 2015 · 0 comments

Comments

@bchretien
Copy link
Member

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.

@bchretien bchretien added this to the 3.1 release milestone Apr 2, 2015
@bchretien bchretien removed this from the 3.1 release milestone Jun 27, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

No branches or pull requests

1 participant