Feeds
提问
I need help for solving quadratic programming, on how to avoid solution(x) of the objective function to be zero ?
x0=10*[1;1;1;1;1;1;1;1;1;1;1;1;1]; lb=-10^8*ones(13,1); ub=100000000*ones(13,1); f=zeros(1,13); Y=eye(13,13); H=Y*2; A1=[-...
9 years 前 | 1 个回答 | 0
