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