Feeds
답변 있음
What is wrong with this code?
Also I am attaching the fitness function and main function for optimizing in ga. This is for one value of U. How can I get the r...
What is wrong with this code?
Also I am attaching the fitness function and main function for optimizing in ga. This is for one value of U. How can I get the r...
6년 초과 전 | 0
질문
What is wrong with this code?
A=@(f,x) 2.*f(i,1).*(x(i,:)).^2 B=@(f,x) 5.*f(i,2).*(x(i,:)) objfcn=@(f,x) f(i,1).^2./(2*A(f,x))+f(i,2).^2./(2*B(f,x)) I ne...
6년 초과 전 | 답변 수: 4 | 0
