Optimize two objective functions using fmincon

43 views (last 30 days)
I have two objective functions which would optimize same variables. I have done the optimization individually and they are working fine. Now, I need to incorporate those two objective functions in fmincon. Is there any way to do it?
  3 Comments
INDREEYAJEET SINGH
INDREEYAJEET SINGH on 21 Jan 2022
Even I have same challenge, do you have solution for this now?
Torsten
Torsten on 21 Jan 2022
If you want to buy a meal of high quality, you get a different food composition as if you want a low-priced meal.
If you define some standard for the quality, you can get the lowest-priced meal with this prescribed quality.
So there is a curve that - given a certain quality of the meal - gives you the meal with the lowest price for this quality. This is called "pareto-optimum":
So you must first decide how to weigh the two criteria from your two optimizations to get a common optimum.

Sign in to comment.

Accepted Answer

Walter Roberson
Walter Roberson on 26 Jul 2017
  23 Comments
safi58
safi58 on 9 Aug 2017
another question on that, how would I know that from these two methods optimization is following which one?

Sign in to comment.

More Answers (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!