quadratic optimization

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????

回答 (1 件)

Lea
Lea 2023 年 11 月 17 日

0 投票

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.

カテゴリ

ヘルプ センター および File ExchangeQuadratic Programming and Cone Programming についてさらに検索

タグ

質問済み:

2011 年 7 月 18 日

回答済み:

Lea
2023 年 11 月 17 日

Community Treasure Hunt

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

Start Hunting!

Translated by