Can the multiobjective optimization solver GAMULTIOBJ work with least squares?
Show older comments
Hello,
I need to minimize two objectives both of which are in the following least squares format:
objective 1: F1 = min sum((Y-Yexp)^2) objective 2: F2 = min sum((P-Pexp)^2)
Can F1 and F2 be the objective functions components of the vector F(x) that I want to minimize using 'gamultiobj'?
Accepted Answer
More Answers (1)
Alan Weiss
on 20 Feb 2013
0 votes
I'm sorry, I do not understand your question. Are you having trouble formulating your objective functions in the form that gamultiobj requires? Take a look at this example for one piece of working code.
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!