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!