Convex quadratic problem on two variables

Hello there,
Which function should I use for the following problem? I believe none of the built-in optimization functions gets two variables.
where and are given vectors and SPD matrices of appropriate sizes.
Many thanks to you

 채택된 답변

Torsten
Torsten 2022년 12월 12일
편집: Torsten 2022년 12월 12일

0 개 추천

fminimax.
min_d max_j (g_j^t*d + 0.5*d^t*B_j*d)
And the solution variables have to be put in one vector x that can comprise as many variables as fit in your RAM (thus not only two).

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Quadratic Programming and Cone Programming에 대해 자세히 알아보기

질문:

2022년 12월 12일

편집:

2022년 12월 12일

Community Treasure Hunt

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

Start Hunting!

Translated by