In-the-loop Hyper-Parameter Optimization for LLM-Based Automated Design of Heuristics
Niki van Stein, Diederick Vermetten, Thomas B\"ack

TL;DR
This paper introduces LLaMEA-HPO, a hybrid framework that combines LLMs with hyper-parameter optimization to efficiently generate and tune heuristics, reducing computational costs while maintaining high performance.
Contribution
The paper presents a novel hybrid approach that integrates HPO into LLM-driven heuristic generation, significantly improving efficiency and reducing query costs.
Findings
LLaMEA-HPO outperforms existing frameworks on benchmark problems.
The hybrid approach reduces the number of LLM queries needed.
The method maintains high solution quality with lower computational costs.
Abstract
Large Language Models (LLMs) have shown great potential in automatically generating and optimizing (meta)heuristics, making them valuable tools in heuristic optimization tasks. However, LLMs are generally inefficient when it comes to fine-tuning hyper-parameters of the generated algorithms, often requiring excessive queries that lead to high computational and financial costs. This paper presents a novel hybrid approach, LLaMEA-HPO, which integrates the open source LLaMEA (Large Language Model Evolutionary Algorithm) framework with a Hyper-Parameter Optimization (HPO) procedure in the loop. By offloading hyper-parameter tuning to an HPO procedure, the LLaMEA-HPO framework allows the LLM to focus on generating novel algorithmic structures, reducing the number of required LLM queries and improving the overall efficiency of the optimization process. We empirically validate the proposed…
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
TopicsReal-time simulation and control systems · Simulation Techniques and Applications · Advanced Control Systems Optimization
MethodsHyper-parameter optimization · Focus
