Non-Elitist Selection Can Improve the Performance of Irace
Furong Ye, Diederick L. Vermetten, Carola Doerr, Thomas, B\"ack

TL;DR
This paper proposes non-elitist selection methods for irace, which improve algorithm configuration performance and diversity, leading to better solutions in combinatorial optimization problems.
Contribution
It introduces alternative selection strategies for irace that enhance diversity and performance in automated algorithm configuration.
Findings
Non-elitist methods outperform default irace selection on benchmarks.
Diverse configurations help understand algorithm behavior.
Improved tuning results for TSP, QAP, and SAT solvers.
Abstract
Modern optimization strategies such as evolutionary algorithms, ant colony algorithms, Bayesian optimization techniques, etc. come with several parameters that steer their behavior during the optimization process. To obtain high-performing algorithm instances, automated algorithm configuration techniques have been developed. One of the most popular tools is irace, which evaluates configurations in sequential races, making use of iterated statistical tests to discard poorly performing configurations. At the end of the race, a set of elite configurations are selected from those survivor configurations that were not discarded, using greedy truncation selection. We study two alternative selection methods: one keeps the best survivor and selects the remaining configurations uniformly at random from the set of survivors, while the other applies entropy to maximize the diversity of the elites.…
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
