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년 전 | 답변 수: 1 | 0
