Can the multiobjective optimization solver GAMULTIOBJ work with least squares?
이전 댓글 표시
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'?
채택된 답변
추가 답변 (1개)
Alan Weiss
2013년 2월 20일
0 개 추천
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
카테고리
도움말 센터 및 File Exchange에서 Solver Outputs and Iterative Display에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!