Preselection via Classification: A Case Study on Evolutionary Multiobjective Optimization
Jinyuan Zhang, Aimin Zhou, Ke Tang, and Guixu Zhang

TL;DR
This paper introduces a classification-based preselection method for evolutionary multiobjective optimization that improves algorithm performance by filtering promising solutions without explicit objective value estimation.
Contribution
It proposes a novel CPS strategy that uses classification to select promising offspring, reducing the need for objective evaluations in MOEAs.
Findings
CPS improves performance of state-of-the-art MOEAs
Reduces computational cost by avoiding objective evaluations
Effective across multiple test instances
Abstract
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Multi-Objective Optimization Algorithms · Metaheuristic Optimization Algorithms Research · Evolutionary Algorithms and Applications
