paper-with-me

Papers

In-the-loop Hyper-Parameter Optimization for LLM-Based Automated Design of Heuristics

2024-10-07 · Niki van Stein, Diederick Vermetten, Thomas Bäck

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 hybrid framework on benchmark problems, including Online Bin Packing, Black-Box Optimization, and the Traveling Salesperson Problem. Our results demonstrate that LLaMEA-HPO achieves superior or comparable performance compared to existing LLM-driven frameworks while significantly reducing computational costs. This work highlights the importance of separating algorithmic innovation and structural code search from parameter tuning in LLM-driven code optimization and offers a scalable approach to improve the efficiency and effectiveness of LLM-based code generation.

📄 PDF Abstract BibTeX arXiv:2410.16309

Code (0)

등록된 구현이 없습니다.

Tasks

Code GenerationCode SearchLanguage ModellingLarge Language Model

Methods 이 논문이 사용한 방법론

HPO In machine learning, a hyperparameter is a parameter whose value is used to control learning process, and HPO is the problem of choosing a set of optimal hyperparameters for a…
Focus 설명 없음

Similar Papers 제목 키워드 기반

LiveTune: Dynamic Parameter Tuning for Feedback-Driven Optimization

2023-11-28 · Soheil Zibakhsh Shabgahi, Nojan Sheybani, Aiden Tabrizi, Farinaz Koushanfar

Feedback-driven optimization, such as traditional machine learning training, is a static process that lacks real-time adaptability of hyperparameters. Tuning solutions for optimization require trial and error paired with…

Caliper-in-the-Loop: Black-Box Optimization for Hyperledger Fabric Performance Tuning

2026-05-04 · Yash Madhwal, Arseny Bolotnikov, Mark Prikhno, Irina Lebedeva 외 arxiv

Hyperledger Fabric performance depends on many interacting configuration parameters, making manual tuning difficult. We study automated throughput tuning by treating benchmarking as a noisy black-box optimization problem…

Dimensionality Reduction

Hyperparameter Importance Across Datasets

2017-10-12 · J. N. van Rijn, F. Hutter

With the advent of automated machine learning, automated hyperparameter optimization methods are by now routinely used in data mining. However, this progress is not yet matched by equal progress on automatic analyses tha…

Hyperparameter OptimizationMeta-Learning

A proof-of-concept for automated AI-driven stellarator coil optimization with in-the-loop finite-element calculations

2026-03-16 · Alan A. Kaptanoglu, Pedro F. Gil arxiv

Finding feasible coils for stellarator fusion devices is a critical challenge of realizing this concept for future power plants. Years of research work can be put into the design of even a single reactor-scale stellarato…

Optimizing Large-Scale Hyperparameters via Automated Learning Algorithm

2021-02-17 · Bin Gu, Guodong Liu, yanfu Zhang, Xiang Geng 외

Modern machine learning algorithms usually involve tuning multiple (from one to thousands) hyperparameters which play a pivotal role in terms of model generalizability. Black-box optimization and gradient-based algorithm…

Hyperparameter Optimization