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!