RedAHD: Reduction-Based End-to-End Automatic Heuristic Design with Large Language Models
Nguyen Thach, Aida Riahifar, Nathan Huynh, Hau Chan

TL;DR
RedAHD introduces an end-to-end framework using large language models to automate heuristic design for NP-hard combinatorial optimization problems, reducing manual effort and improving solution quality.
Contribution
It presents a novel reduction-based, end-to-end approach that enables LLMs to directly design heuristics without predefined frameworks, streamlining the process.
Findings
RedAHD achieves competitive or better results than state-of-the-art methods.
The framework reduces manual intervention in heuristic design.
Effective across six different combinatorial optimization problems.
Abstract
Solving NP-hard combinatorial optimization problems (COPs) (e.g., traveling salesman problems (TSPs) and capacitated vehicle routing problems (CVRPs)) in practice traditionally involves handcrafting heuristics or specifying a search space for finding effective heuristics. The main challenges from these approaches, however, are the sheer amount of domain knowledge and implementation efforts required from human experts. Recently, significant progress has been made to address these challenges, particularly by using large language models (LLMs) to design heuristics within some predetermined generalized algorithmic framework (GAF, e.g., ant colony optimization and guided local search) for building key functions/components (e.g., a priori information on how promising it is to include each edge in a solution for TSP and CVRP). Although existing methods leveraging this idea have shown to yield…
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
TopicsModel-Driven Software Engineering Techniques · Formal Methods in Verification · Intelligent Tutoring Systems and Adaptive Learning
