How to optimize a two objective function with constraints
8 ビュー (過去 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!