Why this error "Too many input arguments" are shown in Optimization toolbox while using gamultiobj solver??
Show older comments
Hello, I am using optimization toolbox for solving a three objective constrained optimization model with the help of gamultiobj solver . There are 80 variables those includes 24 real valued and 56 binary variables. Also number of constraints are 60. I have prepared all the matrices for A, b, Aeq, beq, Lower bound and upper bound. After running the optimization, the toolbox shows "error running optimization too many input arguments". I am really frustrated and can't realize what to do now. Its really important for me to run the optimization. But, can't find any way. Anyone please suggest me what can I do now? It will be great help for me indeed.
1 Comment
Christiaan
on 2 Apr 2015
Dear Hasan,
Have you tried the solution on this Mathworks Answers forum? (old version of MATLAB with new version Toolbox) If that doesn't work also try the solution, which is at this Mathworks Answers website.
Good luck! Christiaan
Answers (1)
Alan Weiss
on 2 Apr 2015
0 votes
Unfortunately, gamultiobj does not handle integer constraints.
Is there any way you can convert your objective functions to linear functions? If so, you can use intlinprog to find the three absolute minima of the three objectives. That might be a good start.
Good luck,
Alan Weiss
MATLAB mathematical toolbox documentation
2 Comments
MD. Mahmudul Hasan
on 3 Apr 2015
Edited: MD. Mahmudul Hasan
on 3 Apr 2015
Alan Weiss
on 3 Apr 2015
Alan Weiss
MATLAB mathematical toolbox documentation
Categories
Find more on Solver Outputs and Iterative Display in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!