Community Profile

photo

Laurence Maregedze


Last seen: 3 years ago Active since 2017

Followers: 0   Following: 0

Statistics

  • First Review

View badges

Feeds

View by

Question


Help me please I am gettinting this error :Optimization running. Error running optimization. LINPROG requires the following inputs to be of data type double: 'f'.
x0=[0 10000]; options.InitialPopulationMatrix = x0; [x,fval] = linprog(f,A,b,Aeq,beq,lb,ub); variables = {'a','b','c'...

7 years ago | 1 answer | 0

1

answer

Question


I am getting the following comment on Matlab genetic algorithm multiobjective design optimization problem. please help me
x0=[0.5 0.5]; options.InitialPopulationMatrix = x0; [x,fval] = linprog(f,A,b,Aeq,beq,lb,ub); variables = {'a','b','c'...

7 years ago | 0 answers | 0

0

answers