paper-with-me

Papers

Merge Non-Dominated Sorting Algorithm for Many-Objective Optimization

2018-09-17 · Javier Moreno, Daniel Rodriguez, Antonio Nebro, Jose A. Lozano

Many Pareto-based multi-objective evolutionary algorithms require to rank the solutions of the population in each iteration according to the dominance principle, what can become a costly operation particularly in the case of dealing with many-objective optimization problems. In this paper, we present a new efficient algorithm for computing the non-dominated sorting procedure, called Merge Non-Dominated Sorting (MNDS), which has a best computational complexity of $\Theta(NlogN)$ and a worst computational complexity of $\Theta(MN^2)$. Our approach is based on the computation of the dominance set of each solution by taking advantage of the characteristics of the merge sort algorithm. We compare the MNDS against four well-known techniques that can be considered as the state-of-the-art. The results indicate that the MNDS algorithm outperforms the other techniques in terms of number of comparisons as well as the total running time.

📄 PDF Abstract BibTeX arXiv:1809.06106

Code (1)

jMetal/jMetal

Tasks

Evolutionary Algorithms

Similar Papers 제목 키워드 기반

Rank-based Non-dominated Sorting

2022-03-25 · Bogdan Burlacu

Non-dominated sorting is a computational bottleneck in Pareto-based multi-objective evolutionary algorithms (MOEAs) due to the runtime-intensive comparison operations involved in establishing dominance relationships betw…

Evolutionary Algorithms

A Line Complex-Based Evolutionary Algorithm for Many-Objective Optimization

2023-05-01 · IEEE/CAA Journal of Automatica Sinica 2023 5 · Liang Zhang, Qi Kang, Qi Deng, Luyuan Xu 외

Abstract—In solving many-objective optimization problems (MaOPs), existing nondominated sorting-based multi-objective evolutionary algorithms suffer from the fast loss of selection pres- sure. Most candidate solutions…

Evolutionary AlgorithmsPosition

Anomaly detection and classification for streaming data using PDEs

2016-08-15 · Bilal Abbasi, Jeff Calder, Adam M. Oberman

Nondominated sorting, also called Pareto Depth Analysis (PDA), is widely used in multi-objective optimization and has recently found important applications in multi-criteria anomaly detection. Recently, a partial differe…

Anomaly DetectionClassificationGeneral Classification

A Mathematical Runtime Analysis of the Non-dominated Sorting Genetic Algorithm III (NSGA-III)

2022-11-15 · Simon Wietheger, Benjamin Doerr

The Non-dominated Sorting Genetic Algorithm II (NSGA-II) is the most prominent multi-objective evolutionary algorithm for real-world applications. While it performs evidently well on bi-objective optimization problems, e…

On Asynchronous Non-Dominated Sorting for Steady-State Multiobjective Evolutionary Algorithms

2018-04-14 · Ilya Yakupov, Maxim Buzdalov

In parallel and distributed environments, generational evolutionary algorithms often do not exploit the full potential of the computation system since they have to wait until the entire population is evaluated before sta…

BlockingEvolutionary Algorithms