Can the multiobjective optimization solver GAMULTIOBJ work with least squares?
Ältere Kommentare anzeigen
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'?
Akzeptierte Antwort
Weitere Antworten (1)
Alan Weiss
am 20 Feb. 2013
0 Stimmen
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
1 Kommentar
Naz
am 21 Feb. 2013
Kategorien
Mehr zu Solver Outputs and Iterative Display finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!