Gamultiobj only finding one point on pareto front

조회 수: 17 (최근 30일)
Hannah Dinovitzer
Hannah Dinovitzer 2021년 8월 3일
댓글: Hannah Dinovitzer 2022년 1월 21일
I am implementing gamultiobj to solve three cost functions. When the program runs it only finds one point on the pareto front when I am sure there should be multiple solutions.
Are there any solver settings I can modify to find multiple solutions on the pareto front?
  댓글 수: 2
Ahmed Ellithy
Ahmed Ellithy 2022년 1월 19일
Hello Hannah,
I have the same question, and I would like to know if you have any updates?
My Pareto front has multiple points on top of each other, and I am sure this is not the global minima, so the algorithm is stuck on this local minima and cannot generate a Pareto front with the normal shape of distributed points.
Hannah Dinovitzer
Hannah Dinovitzer 2022년 1월 21일
Hi Ahmed, I believe my issue was that the cost functions were not very sensitive to changes in my decision variables. I had to change the definition of my cost functions to get better results.

댓글을 달려면 로그인하십시오.

답변 (1개)

Alan Weiss
Alan Weiss 2021년 8월 4일
I suggest that you find the single-objective minima as in Start from Single-Objective Solutions or Start from Single-Objective Solutions. These are two different examples that show the value of starting from the single-objective solutions to obtain a wider Pareto set.
You can also try the paretosearch solver, which sometimes finds a wider Pareto set on badly-scaled problems, as in this example.
If, by some chance, you still end up with a single point, then it is possible that there is only one feasible Pareto point.
Alan Weiss
MATLAB mathematical toolbox documentation
  댓글 수: 2
Hannah Dinovitzer
Hannah Dinovitzer 2021년 8월 4일
Thanks for the suggestions. I have tried using starting points that are generated from single objective solutions and I sill always find one point on the pareto front. The paretosearch solver is also not able to resolve my issue.
I am fairly certain that there should be multiple points on the pareto front, are there maybe some other solver options that would help with finding multiple points on the pareto front?
Alan Weiss
Alan Weiss 2021년 8월 4일
편집: Alan Weiss 2021년 8월 4일
If the single-objective problems all have the same solution then that is your answer. There is nothing else. There is no tradeoff curve (Pareto front) because all the objectives are minimized at the same point.
The only other possibility that I can see is to try starting the single-objective solvers from different start points. Maybe there are multiple local minima.
Alan Weiss
MATLAB mathematical toolbox documentation

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Multiobjective Optimization에 대해 자세히 알아보기

제품


릴리스

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by