NEAug 3, 2017

Preselection via Classification: A Case Study on Evolutionary Multiobjective Optimization

arXiv:1708.01146v136 citations
Originality Synthesis-oriented
AI Analysis

This is an incremental improvement for researchers in evolutionary algorithms, addressing efficiency in multiobjective optimization.

The paper tackled the problem of preselection in evolutionary multiobjective optimization by proposing a classification-based strategy that uses a classifier to filter unpromising offspring without evaluating their objective values, and it improved the performance of three state-of-the-art MOEAs on test instances.

In evolutionary algorithms, a preselection operator aims to select the promising offspring solutions from a candidate offspring set. It is usually based on the estimated or real objective values of the candidate offspring solutions. In a sense, the preselection can be treated as a classification procedure, which classifies the candidate offspring solutions into promising ones and unpromising ones. Following this idea, we propose a classification based preselection (CPS) strategy for evolutionary multiobjective optimization. When applying classification based preselection, an evolutionary algorithm maintains two external populations (training data set) that consist of some selected good and bad solutions found so far; then it trains a classifier based on the training data set in each generation. Finally it uses the classifier to filter the unpromising candidate offspring solutions and choose a promising one from the generated candidate offspring set for each parent solution. In such cases, it is not necessary to estimate or evaluate the objective values of the candidate offspring solutions. The classification based preselection is applied to three state-of-the-art multiobjective evolutionary algorithms (MOEAs) and is empirically studied on two sets of test instances. The experimental results suggest that classification based preselection can successfully improve the performance of these MOEAs.

Foundations

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

Your Notes