matlab - Optimization using ga algorithm -
i need optimization problem using ga algorithm. number of decision variable 3. i.e 3 x 1 matrix. first element 0. keeping reference want optmize other 2 variables. how can task?
then use
lb = [0,0,0]; ub = [0,8,8]; intcon = [0 2 3];
Comments
Post a Comment