paper-with-me

Papers

Improving Many-Objective Evolutionary Algorithms by Means of Edge-Rotated Cones

2020-04-15 · Yali Wang, André Deutz, Thomas Bäck, Michael Emmerich

Given a point in $m$-dimensional objective space, any $\varepsilon$-ball of a point can be partitioned into the incomparable, the dominated and dominating region. The ratio between the size of the incomparable region, and the dominated (and dominating) region decreases proportionally to $1/2^{m-1}$, i.e., the volume of the Pareto dominating orthant as compared to all other volumes. Due to this reason, it gets increasingly unlikely that dominating points can be found by random, isotropic mutations. As a remedy to stagnation of search in many objective optimization, in this paper, we suggest to enhance the Pareto dominance order by involving an obtuse convex dominance cone in the convergence phase of an evolutionary optimization algorithm. We propose edge-rotated cones as generalizations of Pareto dominance cones for which the opening angle can be controlled by a single parameter only. The approach is integrated in several state-of-the-art multi-objective evolutionary algorithms (MOEAs) and tested on benchmark problems with four, five, six and eight objectives. Computational experiments demonstrate the ability of these edge-rotated cones to improve the performance of MOEAs on many-objective optimization problems.

📄 PDF Abstract BibTeX arXiv:2004.06941

Code (0)

등록된 구현이 없습니다.

Tasks

Evolutionary Algorithms

Similar Papers 제목 키워드 기반

A Many-Objective Evolutionary Algorithm with Angle-Based Selection and Shift-Based Density Estimation

2017-09-30 · Zhi-Zhong Liu, Yong Wang, Pei-Qiu Huang

Evolutionary many-objective optimization has been gaining increasing attention from the evolutionary computation research community. Much effort has been devoted to addressing this issue by improving the scalability of m…

Density EstimationEvolutionary Algorithms

Inheritance-Based Diversity Measures for Explicit Convergence Control in Evolutionary Algorithms

2018-10-30 · Thomas Gabor, Lenz Belzner, Claudia Linnhoff-Popien

Diversity is an important factor in evolutionary algorithms to prevent premature convergence towards a single local optimum. In order to maintain diversity throughout the process of evolution, various means exist in lite…

DiversityEvolutionary Algorithmsglobal-optimization

Efficient Hill-Climber for Multi-Objective Pseudo-Boolean Optimization

2016-01-27 · Francisco Chicano, Darrell Whitley, Renato Tinos

Local search algorithms and iterated local search algorithms are a basic technique. Local search can be a stand along search methods, but it can also be hybridized with evolutionary algorithms. Recently, it has been show…

Evolutionary Algorithms

Can Evolutionary Clustering Have Theoretical Guarantees?

2022-12-04 · Chao Qian

Clustering is a fundamental problem in many areas, which aims to partition a given data set into groups based on some distance measure, such that the data points in the same group are similar while that in different grou…

ClusteringEvolutionary AlgorithmsFairness

Runtime Analysis of Evolutionary Algorithms with Biased Mutation for the Multi-Objective Minimum Spanning Tree Problem

2020-04-22 · Vahid Roostapour, Jakob Bossek, Frank Neumann

Evolutionary algorithms (EAs) are general-purpose problem solvers that usually perform an unbiased search. This is reasonable and desirable in a black-box scenario. For combinatorial optimization problems, often more kno…

Combinatorial OptimizationEvolutionary Algorithms