Can the multiobjective optimization solver GAMULTIOBJ work with least squares?
Mostrar comentarios más antiguos
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'?
Respuesta aceptada
Más respuestas (1)
Alan Weiss
el 20 de Feb. de 2013
0 votos
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 comentario
Naz
el 21 de Feb. de 2013
Categorías
Más información sobre Solver Outputs and Iterative Display en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!