How to optimize a two objective function with constraints
조회 수: 6 (최근 30일)
이전 댓글 표시
Hello to everyone!
I have to implement an optimization problem in MATLAB with two decision variables. The aim is to minimize a problem with two sub-problems (double objective), let's say:
min { sum_all_l sum_all_b (k_lb*y_lb) } , { sum_all_b sum_all_r (m_br*x_br) }
where 'y_lb' and 'x_br' represent the decision variables and the rest notations (k and m) is information that we know and we need to minimize according to some joint constraints..
My question is: Do I solve it like all (single objective) optimization problems by creating the A, Aeq matrices with a 'number of columns = (l x b) + (r x b)' and then use gamultiobj function? Also, will my decision vector in the end contain both x and y decision variables or it will be something else?
Thank you in advance!
댓글 수: 0
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Get Started with Problem-Based Optimization and Equations에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!