What is considered a good value of hypervolume indicator for a given Pareto front surface?
7 次查看(过去 30 天)
显示 更早的评论
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 个评论
回答(1 个)
Alan Weiss
2021-2-16
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 个评论
Alan Weiss
2021-2-16
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
另请参阅
类别
在 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!