what solver to use for a linear objective function with a quadratic constraint?

4 visualizaciones (últimos 30 días)
Hi,
I'm looking for a solver that will help me optimise my objective function.
My objective function is linear and so are most of my constraints (so up till this point I’ve been using Linprog, which has worked well) but now I've expanded my constraints to include a nonlinear constraint. I don’t know if now I should try to use Quadprog? Or fmincon? Any advice would be appreciated.
Thank you!

Respuesta aceptada

Alan Weiss
Alan Weiss el 13 de Mayo de 2014
According to the Optimization Decision Table, you should use fmincon.
Alan Weiss
MATLAB mathematical toolbox documentation

Más respuestas (1)

Steve Grikschat
Steve Grikschat el 18 de Sept. de 2020
As of R2020b, Optimization Toolbox now has a dedicated solver for second-order cone programming, which can be used to solve quadratic constrained problems.
https://www.mathworks.com/help//optim/ug/convert-qp-to-socp.html
Function reference:
coupled with a function to make a second-order cone constraint
For an example see

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