Borrar filtros
Borrar filtros

How do you find the lagrange multipliers for a quadratic program

4 visualizaciones (últimos 30 días)
Del
Del el 26 de Jul. de 2012
When I try to solve a linear program using matlab,after using linprog(f,A,b,...) I can find the Lagrange multiplier associated with the inequality constraints and the lower bound constraints by using:
lambda.ineqlin ; lambda.lower
But if I want to solve a quadratic program (using quadprog(H,f,A,b,...)), then how do I find the Lagrange multipliers?
I can see that to find the solution, you can use: [x,feval,exitflag,output,lambda]=quadprog(H,f,A,b,...),
but the result for lambda, which I thought would give me the Lagrange multipliers, instead, it gives me a list of matrices sizes.
I don't understand that result for lambda.
How do I find the Lagrange multipliers for a quadratic program in Matlab?
  1 comentario
Elizabeth
Elizabeth el 26 de Jul. de 2012
It should return you the vector of Lagrange multipliers just as it did for linprog. Are you sure you are using the proper MATLAB format for defining your QP. Can you state your actual problem / code so I can try to see what you're talking about in terms of the output?

Iniciar sesión para comentar.

Respuestas (0)

Categorías

Más información sobre Quadratic Programming and Cone Programming en Help Center y File Exchange.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by