TIDE: Tuning-Integrated Dynamic Evolution for LLM-Based Automated Heuristic Design
Chentong Chen, Mengyuan Zhong, Ye Fan, Jialong Shi, Jianyong Sun
TL;DR
The paper tackles automated heuristic design for NP-hard problems by addressing the coupling between discrete algorithmic structure and continuous parameters in LLM-driven design. It introduces TIDE, a nested evolution framework with an outer TSED-guided island model that preserves structural diversity and an inner co-evolution loop that combines UCB-based prompt strategy scheduling with a differential mutation operator for parameter tuning. Through extensive experiments across nine combinatorial optimization problems, TIDE consistently outperforms state-of-the-art baselines in solution quality while reducing token costs and improving search efficiency. This approach highlights the value of separating structure from parameters and leveraging adaptive, topology-aware migration to harness LLMs effectively for heuristic synthesis, with potential impact on scalable, cost-efficient automated design across domains.
Abstract
Although Large Language Models have advanced Automated Heuristic Design, treating algorithm evolution as a monolithic text generation task overlooks the coupling between discrete algorithmic structures and continuous numerical parameters. Consequently, existing methods often discard promising algorithms due to uncalibrated constants and suffer from premature convergence resulting from simple similarity metrics. To address these limitations, we propose TIDE, a Tuning-Integrated Dynamic Evolution framework designed to decouple structural reasoning from parameter optimization. TIDE features a nested architecture where an outer parallel island model utilizes Tree Similarity Edit Distance to drive structural diversity, while an inner loop integrates LLM-based logic generation with a differential mutation operator for parameter tuning. Additionally, a UCB-based scheduler dynamically prioritizes high-yield prompt strategies to optimize resource allocation. Extensive experiments across nine combinatorial optimization problems demonstrate that TIDE discovers heuristics that significantly outperform state-of-the-art baselines in solution quality while achieving improved search efficiency and reduced computational costs.
