6 Questions 8 Answers 0 Followers
Questions related from Mahak Singh Chauhan
I want to use NSGA-II algorithm in MATLAB. Could someone please suggest to me the guidelines to use this code in MATLAB ? I want to use it to solve a system of equations for 20 unknowns but I do...
04 April 2015 5,016 4 View
I know that least square method work like this: [name]=lsqcurvefit(@obj_fun,x0,xDATA,yDATA);where x0 is the initial values which I choose. I have also xDATA and yDATA but I have one more variable...
11 November 2014 693 2 View
I am using Least square method in Matlab to solve a Non Linear problem. Problem is bound constrained. When I run the code sometimes I got this error: "Error using snls (line 47) Objective function...
09 September 2014 9,106 3 View
As every time GA gives different results but how do I know which one is best ? Maybe it is possible to check the fitness error but I do not know how to check it Please add your answer. Thanks...
07 July 2014 6,591 5 View
I am using GA in MATLAB but I am not getting good results. Maybe because I am using default values in the options. I read in a MATLAB tutorial how to set options but I need more detailed. My...
06 June 2014 460 8 View
I have a system of equations as given following: z=[3,7,10,27,30,42.......N]; p=[10.2,8.7,7.1,6.4,3.2,2..... N]; PROBLEM: ((x1*x2)+x2-(x3*x4)+z(1))/((x1-x2)*z(1)+(x3*x4))=p(1);...
04 April 2014 4,867 18 View