Can LLMs Beat Classical Hyperparameter Optimization Algorithms?
- AI
- Machine Learning
- Developer Tools
- Programming
The paper asks a simple question with practical stakes for AutoML and search-heavy engineering work: can an LLM beat established hyperparameter optimization algorithms such as TPE and CMA-ES. The reported answer is mostly no for pure LLM approaches. The useful result is a hybrid setup the paper calls a “centaur,” where the model proposes or steers the search while a classical optimizer handles the hard optimization loop. That lines up with where people say the field is heading. LLMs are helping with framing, heuristics, and search-space guidance, while old optimizers still do the actual grinding.
If you tune expensive systems, treat LLMs as a coordination layer around proven optimizers rather than a new optimizer to deploy on faith. Demand clear gains over cheap baselines like TPE before paying ongoing inference costs.
-
arxiv.org
- Discuss on HN