NELGMay 22, 2025

Graph-Supported Dynamic Algorithm Configuration for Multi-Objective Combinatorial Optimization

arXiv:2505.16471v2h-index: 12Has CodeICML
Originality Incremental advance
AI Analysis

This work addresses the challenge of configuring multi-objective evolutionary algorithms more effectively, offering incremental improvements for researchers and practitioners in optimization and evolutionary computation.

The paper tackles dynamic algorithm configuration for multi-objective combinatorial optimization problems by proposing a graph neural network-based deep reinforcement learning method, which outperforms traditional and DRL-based approaches in efficacy and adaptability, showing improved generalizability across objective types and problem sizes.

Deep reinforcement learning (DRL) has been widely used for dynamic algorithm configuration, particularly in evolutionary computation, which benefits from the adaptive update of parameters during the algorithmic execution. However, applying DRL to algorithm configuration for multi-objective combinatorial optimization (MOCO) problems remains relatively unexplored. This paper presents a novel graph neural network (GNN) based DRL to configure multi-objective evolutionary algorithms. We model the dynamic algorithm configuration as a Markov decision process, representing the convergence of solutions in the objective space by a graph, with their embeddings learned by a GNN to enhance the state representation. Experiments on diverse MOCO challenges indicate that our method outperforms traditional and DRL-based algorithm configuration methods in terms of efficacy and adaptability. It also exhibits advantageous generalizability across objective types and problem sizes, and applicability to different evolutionary computation methods.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes