Population network structure impacts genetic algorithm optimisation performance
Aymeric Vie

TL;DR
This paper investigates how different social network structures within genetic algorithms affect their optimization performance, revealing that certain network configurations can significantly enhance results.
Contribution
It introduces the Networked Genetic Algorithm (NGA) framework to study the impact of various population network structures on GA performance.
Findings
Intermediate density networks perform best.
Low average shortest path length improves optimization.
Network structure tuning can enhance GA efficiency.
Abstract
A genetic algorithm (GA) is a search method that optimises a population of solutions by simulating natural evolution. Good solutions reproduce together to create better candidates. The standard GA assumes that any two solutions can mate. However, in nature and social contexts, social networks can condition the likelihood that two individuals mate. This impact of population network structure over GAs performance is unknown. Here we introduce the Networked Genetic Algorithm (NGA) to evaluate how various random and scale-free population networks influence the optimisation performance of GAs on benchmark functions. We show evidence of significant variations in performance of the NGA as the network varies. In addition, we find that the best-performing population networks, characterised by intermediate density and low average shortest path length, significantly outperform the standard…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsComplex Network Analysis Techniques · Metaheuristic Optimization Algorithms Research · Opinion Dynamics and Social Influence
MethodsGenetic Algorithms
