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 years 前 | 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 years 前 | 4 个回答 | 0
