Filter löschen
Filter löschen

quadratic optimization

1 Ansicht (letzte 30 Tage)
Amalia
Amalia am 18 Jul. 2011
Beantwortet: Lea am 17 Nov. 2023
hi, does anyone know any optimization tool like cvx but for quadratic optimization istead of convex? something as simple as cvx... I know that MINOS may work at what i want but i would like something simplier. please any idea????

Antworten (1)

Lea
Lea am 17 Nov. 2023
As for modeling tools, you could try the Problem-Based Optimization Workflow: https://www.mathworks.com/help/optim/ug/problem-based-workflow.html, which would automatically pick a solver.
You can also use the quadprog solver directly: https://www.mathworks.com/help/optim/ug/quadprog.html
If the problem is a convex quadratic optimization problem you could also try to formulate it as a conic problem for coneprog, see https://www.mathworks.com/help/optim/ug/coneprog.html.

Kategorien

Mehr zu Quadratic Programming and Cone Programming finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by