An Efficient Nondominated Sorting Algorithm for Large Number of Fronts.

IEEE transactions on cybernetics(2019)

引用 38|浏览57
暂无评分
摘要
Nondominated sorting is a key operation used in multiobjective evolutionary algorithms (MOEA). Worst case time complexity of this algorithm is O(MN²), where N is the number of solutions and M is the number of objectives. For stochastic algorithms like MOEAs, it is important to devise an algorithm which has better average case performance. In this paper, we propose a new algorithm that makes use of faster scalar sorting algorithm to perform nondominated sorting. It finds partial orders of each solution from all objectives and use these orders to skip unnecessary solution comparisons. We also propose a specific order of objectives that reduces objective comparisons. The proposed method introduces a weighted binary search over the fronts when the rank of a solution is determined. It further reduces total computational effort by a large factor when there is large number of fronts. We prove that the worst case complexity can be reduced to ϴ(MNCmaxlog2(F+1)), where the number of fronts is F and the maximum number of solutions per front is Cmax; however, in general cases, our worst case complexity is still O(MN²). Our best case time complexity is O(MNlogN). We also achieve the best case complexity O(MNlogN+N²), when all solutions are in a single front. This method is compared with other state-of-the-art algorithms--efficient nondomination level update, deductive sort, corner sort, efficient nondominated sort and divide-and-conquer sort--in four different datasets. Experimental results show that our method, namely, bounded best order sort, is computationally more efficient than all other competing algorithms.
更多
查看译文
关键词
Sorting,Time complexity,Optimization,Sociology,Statistics,Cybernetics
AI 理解论文
溯源树
样例
生成溯源树,研究论文发展脉络
Chat Paper
正在生成论文摘要