Feeds
提问
solving constrait optimization using external varibales
Hi i am trying to solve constarint optimization usinf for loop, Actually i trying to maximize x with this constrains but olsa i ...
6 years 前 | 0 个回答 | 0
0
个回答已回答
How can solve constrait optimization?
fun = @(x)-((1-x(1)-x(2))+ log(x(1))+log(x(2))); lb = [0.2, 0.2,0.2]; ub = [inf,inf,2]; A = [1,1,-1]; b = [0]; Aeq = []; b...
How can solve constrait optimization?
fun = @(x)-((1-x(1)-x(2))+ log(x(1))+log(x(2))); lb = [0.2, 0.2,0.2]; ub = [inf,inf,2]; A = [1,1,-1]; b = [0]; Aeq = []; b...
6 years 前 | 0
提问
How can solve constrait optimization?
Hi everyone, I have constrait optimizatıon problem. I am trying to maxımize x, y and z. And some of my constrait are like that ...
6 years 前 | 2 个回答 | 0
2
个回答提问
How can ı solve this constraint optimization problem?
<</matlabcentral/answers/uploaded_files/340291/E4B20C6E-7F12-436D-96C4-5A8B1F6A36E2.jpeg>>
6 years 前 | 3 个回答 | 0