Quadratic programming with just one constraint
古いコメントを表示
Hi,
I have a quadratic programming problem which basically looks like
I am using quadprog: https://www.mathworks.com/help/optim/ug/quadprog.html#d123e128542
However, the equality restrictions there are only in the form
, and the programm demands the matrix
to be of full rank. The only constraint I want to impose is
, but I don't know how to do this, since apparently I would need as many linear constraints as the
. Is there a way around this?
2 件のコメント
Matt J
2021 年 4 月 21 日
the programm demands the matrix to be of full rank.
No idea why you think so.
diego soler polo
2021 年 4 月 21 日
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Quadratic Programming and Cone Programming についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!