Feeds
질문
Optimisation toolbox (GA)
function f = pareto(x) func1 = 2*x(1).^2+3*x(1)*x(2)+x(2)+x(2).^2-1; func2 = 18*x(1).^2+x(1)*x(2)+20*x(2)+x(2).^2; end I tri...
거의 6년 전 | 답변 수: 1 | 0
1
답변질문
Initial point in fminunc
Hi, I am working on the optimisation of a function 2x^2+y^2+3x*y+y-1. I do not have linear or non linear constraints i.e. worki...
거의 6년 전 | 답변 수: 1 | 0