What is considered a good value of hypervolume indicator for a given Pareto front surface?
7 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
For the multiobjective optimization algorithm applied to a specific problem, I am optimizing for 3 objectives. I obtained a hypervolume value of the Pareto front points equal to HV= 0.014. I assume this is not a good value, is this right? When I saw sample example of 2 dimensional optimization in literature, values varied between 0.3 to 0.9. What is considered a good indicator value in my case?
0 Kommentare
Antworten (1)
Alan Weiss
am 16 Feb. 2021
The hypervolume depends on the scale of your objective functions, so there is no such thing as a "good" value. For a 3-objective problem, if you multiply all the objectives by 100 then the hypervolume changes by a factor of 1e6. Yet the underlying problem and solution have not changed at all.
Alan Weiss
MATLAB mathematical toolbox documentation
2 Kommentare
Alan Weiss
am 16 Feb. 2021
I think that there is no general statement that can be made. It is not good or bad, it is just what happens with your problem.
If you are looking to get a larger extent of Pareto points, you can try setting initial points to the single-objective optima, as shown in Compare paretosearch and gamultiobj.
Good luck,
Alan Weiss
MATLAB mathematical toolbox documentation
Siehe auch
Kategorien
Mehr zu Multiobjective Optimization finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!