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
