TL;DR
This paper introduces a continuous latent space optimization framework for automated heuristic discovery, leveraging learned embeddings and gradient-based search to synthesize heuristics for combinatorial problems.
Contribution
It proposes a novel continuous optimization approach in a learned latent space for automated heuristic design, contrasting with traditional discrete methods.
Findings
Achieves competitive performance with state-of-the-art discrete methods.
Demonstrates effectiveness on TSP, CVRP, KSP, and OBP problems.
Provides a differentiable surrogate model for performance prediction.
Abstract
The integration of Large Language Models (LLMs) into evolutionary frameworks has established a new paradigm for automated heuristic discovery. Despite their promise, these methods typically search in the discrete space of program syntax, relying on stochastic sampling to navigate a highly non-convex optimization landscape. This work proposes a continuous heuristic discovery framework that shifts optimization to a learned latent manifold. We employ an encoder to map discrete programs into continuous embeddings and train a differentiable surrogate model to predict performance, enabling gradient-based search. To regularize the optimization trajectory, an invertible normalizing flow maps these embeddings to a structured Gaussian prior, where we perform gradient ascent. The resulting optimized latent vectors are projected through a learned mapper into soft prompts, which condition a frozen…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
