What is considered a good value of hypervolume indicator for a given Pareto front surface?
7 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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 commentaires
Réponses (1)
Alan Weiss
le 16 Fév 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 commentaires
Alan Weiss
le 16 Fév 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
Voir également
Catégories
En savoir plus sur Multiobjective Optimization dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!