How can write code of multi objective functions with using optimproblem format?
์ด์ ๋๊ธ ํ์
How can I define functions of multi objective problem with optimproblem format? My mean is using problem based method not using solver based method. ?
For example I have this optimization model:

That this model has two objectives.
I want to write the code of this model with optomproblem.
So I attach my model as above:
prob.Objective = x(1) + 2*x(2);
But above formolation is for one objective function not multi objective problems.
But I have two objective function in my model and I don't know how can I coded them with this method โน
๋๊ธ ์: 3
Star Strider
2019๋
12์ 1์ผ
Reference: Please help me to write the code of this constraint with optimproblem format has significaantly more detail.
Star Strider
2019๋
12์ 2์ผ
My pleasure.
That could help, providing your code is well-documented so we can understand what it does.
์ฑํ๋ ๋ต๋ณ
์ถ๊ฐ ๋ต๋ณ (0๊ฐ)
์นดํ ๊ณ ๋ฆฌ
๋์๋ง ์ผํฐ ๋ฐ 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!