An Efficient Nondominated Sorting Algorithm for Large Number of Fronts

Nondominated sorting is a key operation used in multiobjective evolutionary algorithms (MOEA). Worst case time complexity of this algorithm is {O(MN^{2})} , where {N} is the number of solutions and {M} is the number of objectives. For stochastic algorithms like MOEAs, it is important to devise...

Ausführliche Beschreibung

Gespeichert in:
Bibliographische Detailangaben
Veröffentlicht in:IEEE transactions on cybernetics 2019-03, Vol.49 (3), p.859-869
Hauptverfasser: Roy, Proteek Chandan, Deb, Kalyanmoy, Islam, Md. Monirul
Format: Artikel
Sprache:eng
Schlagworte:
Online-Zugang:Volltext bestellen
Tags: Tag hinzufügen
Keine Tags, Fügen Sie den ersten Tag hinzu!
Beschreibung
Zusammenfassung:Nondominated sorting is a key operation used in multiobjective evolutionary algorithms (MOEA). Worst case time complexity of this algorithm is {O(MN^{2})} , 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 {\Theta }({MNC}_{{max}}\mathrm {log}_{{2}} {(F+1)}) , where the number of fronts is {F} and the maximum number of solutions per front is {C}_{\mathrm {max}} ; however, in general cases, our worst case complexity is still {O(MN^{2})} . Our best case time complexity is {O}({MN}\mathrm {log} {N}) . We also achieve the best case complexity {O}({MN}\mathrm {log} {N+N^{2}}) , 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.
ISSN:2168-2267
2168-2275
DOI:10.1109/TCYB.2017.2789158