multiobjective mix integer variable

6 views (last 30 days)
I have problem with 3 objective functions, 6 decision variables. two of them are binary variables. any source code's examples of multiobjective optimization with mix integer variables?how to plot 3 objective functions in pareto optimal solutions?thanks very much...best regard...sigit susanto

Accepted Answer

Alan Weiss
Alan Weiss on 9 Jul 2020
You have just two binary variables. I suggest that you solve four problems, one for each configuration of the two binary variables. You can use a variety of solvers for the remaining four deicison variables. Probably the easiest way to plot things is to use paretosearch in Global Optimization Toolbox with the psplotparetof plot function. See also Plot 3-D Pareto Front.
Alan Weiss
MATLAB mathematical toolbox documentation

More Answers (0)

Community Treasure Hunt

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

Start Hunting!