English

A Random-Key Optimizer for Combinatorial Optimization

Artificial Intelligence 2026-01-13 v3 Disordered Systems and Neural Networks Neural and Evolutionary Computing Optimization and Control

Abstract

This paper introduces the Random-Key Optimizer (RKO), a versatile and efficient stochastic local search method tailored for combinatorial optimization problems. Using the random-key concept, RKO encodes solutions as vectors of random keys that are subsequently decoded into feasible solutions via problem-specific decoders. The RKO framework is able to combine a plethora of classic metaheuristics, each capable of operating independently or in parallel, with solution sharing facilitated through an elite solution pool. This modular approach allows for the adaptation of various metaheuristics, including simulated annealing, iterated local search, and greedy randomized adaptive search procedures, among others. The efficacy of the RKO framework, implemented in C++ and publicly available (Github public repository: github.com/RKO-solver), is demonstrated through its application to three NP-hard combinatorial optimization problems: the alpha-neighborhood p-median problem, the tree of hubs location problem, and the node-capacitated graph partitioning problem. The results highlight the framework's ability to produce high-quality solutions across diverse problem domains, underscoring its potential as a robust tool for combinatorial optimization.

Keywords

Cite

@article{arxiv.2411.04293,
  title  = {A Random-Key Optimizer for Combinatorial Optimization},
  author = {Antonio A. Chaves and Mauricio G. C. Resende and Martin J. A. Schuetz and J. Kyle Brubaker and Helmut G. Katzgraber and Edilson F. de Arruda and Ricardo M. A. Silva},
  journal= {arXiv preprint arXiv:2411.04293},
  year   = {2026}
}

Comments

54 pages, 16 figures, 8 tables

R2 v1 2026-06-28T19:50:45.129Z