A Novel Population Initialization Method via Adaptive Experience Transfer for General-Purpose Binary Evolutionary Optimization
Zhiyuan Wang, Shengcai Liu, Shaofeng Zhang, Ke Tang

TL;DR
This paper introduces MPI, a new population initialization method for binary evolutionary algorithms that uses experience transfer from previous problems to improve performance on new, complex, and high-dimensional problems with limited evaluations.
Contribution
MPI is a novel, general-purpose approach for representing, selecting, and transferring solving experiences without problem-specific knowledge, enhancing initialization quality in binary EAs.
Findings
MPI outperforms existing initialization methods on six binary problem classes.
Effective transfer of experiences improves performance on unseen and high-dimensional problems.
The experience repository built from classic problems generalizes well to complex real-world problems.
Abstract
Evolutionary Algorithms (EAs) are widely used general-purpose optimization methods due to their domain independence. However, under a limited number of function evaluations (#FEs), the performance of EAs is quite sensitive to the quality of the initial population. Obtaining a high-quality initial population without problem-specific knowledge remains a significant challenge. To address this, this work proposes a general-purpose population initialization method, named mixture-of-experience for population initialization (MPI), for binary optimization problems where decision variables take values of 0 or 1. MPI leverages solving experiences from previously solved problems to generate high-quality initial populations for new problems using only a small number of FEs. Its main novelty lies in a general-purpose approach for representing, selecting, and transferring solving experiences without…
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 · Vehicle Routing Optimization Methods
