Flipping the switch on local exploration: Genetic Algorithms with Reversals
Ankit Grover, Vaishali Yadav, Bradly Alicea

TL;DR
This paper introduces novel genetic algorithm variants with multiple local searches inspired by biological switching, demonstrating improved performance on complex, multi-minima optimization problems like flight scheduling.
Contribution
The authors propose GA variants with multiple local searches and an Iterated Chaining method, enhancing exploration and solution quality in complex discrete optimization tasks.
Findings
Proposed GA variants outperform standard GAs on benchmark problems.
Multiple local searches improve exploration in stochastic environments.
IC method surpasses traditional chaining techniques.
Abstract
One important feature of complex systems are problem domains that have many local minima and substructure. Biological systems manage these local minima by switching between different subsystems depending on their environmental or developmental context. Genetic Algorithms (GA) can mimic this switching property as well as provide a means to overcome problem domain complexity. However, standard GA requires additional operators that will allow for large-scale exploration in a stochastic manner. Gradient-free heuristic search techniques are suitable for providing an optimal solution in the discrete domain to such single objective optimization tasks, particularly compared to gradient-based methods which are noticeably slower. To do this, the authors turn to an optimization problem from the flight scheduling domain. The authors compare the performance of such common gradient-free heuristic…
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
TopicsMetaheuristic Optimization Algorithms Research · Advanced Multi-Objective Optimization Algorithms · Evolutionary Algorithms and Applications
MethodsGenetic Algorithms
