NEJul 13, 2018

A Many-Objective Evolutionary Algorithm Based on Decomposition and Local Dominance

arXiv:1807.10275v21 citations
Originality Incremental advance
AI Analysis

This work addresses performance issues in many-objective optimization for researchers and practitioners, but it is incremental as it builds on existing decomposition-based methods.

The authors tackled the challenge of improving convergence and diversity in many-objective evolutionary algorithms by proposing a novel hybrid method that combines decomposition with local dominance. Their algorithm demonstrated competitive performance on standard test suites like DTLZ and WFG, and its constrained version also showed good results.

Many-objective evolutionary algorithms (MOEAs), especially the decomposition-based MOEAs, have attracted wide attention in recent years. Recent studies show that a well designed combination of the decomposition method and the domination method can improve the performance ,i.e., convergence and diversity, of a MOEA. In this paper, a novel way of combining the decomposition method and the domination method is proposed. More precisely, a set of weight vectors is employed to decompose a given many-objective optimization problem(MaOP), and a hybrid method of the penalty-based boundary intersection function and dominance is proposed to compare local solutions within a subpopulation defined by a weight vector. A MOEA based on the hybrid method is implemented and tested on problems chosen from two famous test suites, i.e., DTLZ and WFG. The experimental results show that our algorithm is very competitive in dealing with MaOPs. Subsequently, our algorithm is extended to solve constraint MaOPs, and the constrained version of our algorithm also shows good performance in terms of convergence and diversity. These reveals that using dominance locally and combining it with the decomposition method can effectively improve the performance of a MOEA.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes