Can Pareto show like an envelope?
조회 수: 2 (최근 30일)
이전 댓글 표시
Hi guys,
I am using gamultiobj to optimize six objective functions together.
Because there are six objectives, the obtained Pareto front cannot be drawn together in one figure.
Some two objective functions are drawn together as a two-dimensional subfigure.
However, it is not a curved line which is usually shown in the example of gamultiobj in Matlab, but it looks like a envelope as in the following figure:
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/161825/image.jpeg)
Anyone can tell me is it possible to generate a right Pareto front like a surface, rather than only a curved line?
Thanks so much!
댓글 수: 0
채택된 답변
Alan Weiss
2017년 3월 17일
Perhaps you should try using the @fgoalattain HybridFcn option, and maybe a larger PopulationSize, to get more accurate Pareto values. You might also be interested in plotting a 3-D surface rather than just 2-D sections.
Alan Weiss
MATLAB mathematical toolbox documentation
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Multiobjective Optimization에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!