Rethinking Selection in Generational Genetic Algorithms to Solve Combinatorial Optimization Problems: An Upper Bound-based Parent Selection Strategy for Recombination
Prashant Sankaran, Katie McConky

TL;DR
This paper introduces a deterministic parent selection strategy called UBS for genetic algorithms, leveraging an upper bound-based approach and a knowledge transfer mechanism to improve search efficiency on NP-hard combinatorial problems.
Contribution
It proposes a novel UBS strategy that uses a multi-armed bandit framework and similarity-based knowledge transfer to enhance parent selection in GAs for complex optimization tasks.
Findings
UBS favors larger population variations between generations.
UBS searches for high-quality solutions faster than traditional methods.
Effective on team orienteering and quadratic assignment problems.
Abstract
Existing stochastic selection strategies for parent selection in generational GA help build genetic diversity and sustain exploration; however, it ignores the possibility of exploiting knowledge gained by the process to make informed decisions for parent selection, which can often lead to an inefficient search for large, challenging optimization problems. This work proposes a deterministic parent selection strategy for recombination in a generational GA setting called Upper Bound-based Parent Selection (UBS) to solve NP-hard combinatorial optimization problems. Specifically, as part of the UBS strategy, we formulate the parent selection problem using the MAB framework and a modified UCB1 algorithm to manage exploration and exploitation. Further, we provided a unique similarity-based approach for transferring knowledge of the search progress between generations to accelerate the search.…
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
TopicsMetaheuristic Optimization Algorithms Research · Genome Rearrangement Algorithms
MethodsGenetic Algorithms
