Feeds
提问
Assigning only 0s and 1s for multiobjective optimization through GA.
For the following function, 'gamultiobj' is to be applied. Constraint for x(3), x(4), x(5) and x(6) is such that only one of ...
8 years 前 | 1 个回答 | 0
1
个回答提问
Solution for getting only one variable equal to 1 while other two variables 0.
I would like to give input variables as follows: For optimization purpose only one variable is to be given value equal to 1 whi...
8 years 前 | 1 个回答 | 0
1
个回答提问
I would like to implement special restrictions to the intcon usage for ga optimization.
function y=myfitness(x) y= x(1)+x(2)+x(3); end For ga optimization I would like to give input variables as follows: Du...
8 years 前 | 1 个回答 | 0

