Papers for

software engineers building optimization tools

Papers whose findings have a practical use for this group, as judged from the abstract. Open a paper to read what it means in practice.

RouteRepair improves routing heuristics by fixing specific failures

RouteRepair: Instance-Level Failure Diagnosis and Targeted Repair in LLM-Based Automated Heuristic Design for Routing Optimization

Abstract: Efficient routing optimization is essential to freight transportation, urban logistics, and shared mobility, where high-quality heuristics are often required under limited computational budgets. Recent large language model (LLM)-based automated heuristic design methods can generate effective routing rules, but aggregate evaluation may mask recurrent failures on particular instance structures. To address this limitation, this study develops RouteRepair, which diagnoses parent-specific weaknesses from instance-level performance and applies targeted modifications to the corresponding heuristic components while protecting behavior that already performs well. Routing evidence, solver behavior, and program context are combined to define bounded repair objectives, and each intervention is validated through matched parent-child evaluation of failure recovery and collateral degradation. Experiments on the traveling salesman problem (TSP) and capacitated vehicle routing problem (CVRP) span constructive search, guided local search, and ant colony optimization. RouteRepair-GLS reduces the mean TSP optimality gap from 1.7476% to 0.7587%, while the constructive CVRP heuristic lowers average route cost by 1.91% relative to the savings heuristic; the generated ACO priors also outperform matched hand-designed priors. These results show that failure-aware, evidence-constrained refinement can improve routing heuristics on difficult instances while preserving performance on cases they already solve well.

Thu 10 SeptArtificial Intelligence
The gist
Finding good routes for deliveries or trips is tricky, especially when computers have limited time to solve the problem. The authors created RouteRepair, a method that spots exactly where a routing plan fails on certain tricky examples and fixes just those parts, without messing up the good parts. They tested this on classic routing problems like the traveling salesman and vehicle routing, showing better routes and cost savings. This shows it’s possible to make computer-designed routing rules smarter by focusing on their weak spots.
Open 2609.11452v1