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 个)

类别

Help CenterFile 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!

Translated by