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

 채택된 답변

Alan Weiss
Alan Weiss 2020년 7월 9일

0 개 추천

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

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Multiobjective Optimization에 대해 자세히 알아보기

질문:

2020년 7월 8일

답변:

2020년 7월 9일

Community Treasure Hunt

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

Start Hunting!

Translated by