Decoupling Numerical and Structural Parameters: An Empirical Study on Adaptive Genetic Algorithms via Deep Reinforcement Learning for the Large-Scale TSP
Hongyu Wang, Yuhan Jing, Yibing Shi, Enjin Zhou, Haotian Zhang, and Jialong Shi

TL;DR
This study uses deep reinforcement learning to analyze and decouple the effects of numerical and structural parameters in adaptive genetic algorithms for large-scale TSP, highlighting the importance of structural reconfiguration.
Contribution
It introduces a dual-level DRL framework to empirically distinguish the roles of numerical and structural parameters in evolutionary algorithms.
Findings
Learned policies outperform static baselines by 45% in optimality gap.
Structural parameters are more critical than numerical tuning for escaping local optima.
Dynamic structural reconfiguration is key to algorithm scalability.
Abstract
Proper parameter configuration is a prerequisite for the success of Evolutionary Algorithms (EAs). While various adaptive strategies have been proposed, it remains an open question whether all control dimensions contribute equally to algorithmic scalability. To investigate this, we categorize control variables into numerical parameters (e.g., crossover and mutation rates) and structural parameters (e.g., population size and operator switching), hypothesizing that they play distinct roles. This paper presents an empirical study utilizing a dual-level Deep Reinforcement Learning (DRL) framework to decouple and analyze the impact of these two dimensions on the Traveling Salesman Problem (TSP). We employ a Recurrent PPO agent to dynamically regulate these parameters, treating the DRL model as a probe to reveal evolutionary dynamics. Experimental results confirm the effectiveness of this…
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 · Advanced Multi-Objective Optimization Algorithms · Evolutionary Algorithms and Applications
