Large Language Models for Tuning Evolution Strategies
Oliver Kramer

TL;DR
This paper introduces a feedback loop mechanism utilizing Large Language Models to automatically tune Evolution Strategies parameters, demonstrated through experiments on learning rate optimization with LLaMA3.
Contribution
It presents a novel method that leverages LLMs for iterative tuning of ES parameters, integrating code generation, execution, and analysis in a structured feedback loop.
Findings
Feasibility demonstrated on tuning ES learning rates with LLaMA3.
The method enables continuous refinement of ES parameters.
Potential for broader applications in optimization and algorithm tuning.
Abstract
Large Language Models (LLMs) exhibit world knowledge and inference capabilities, making them powerful tools for various applications. This paper proposes a feedback loop mechanism that leverages these capabilities to tune Evolution Strategies (ES) parameters effectively. The mechanism involves a structured process of providing programming instructions, executing the corresponding code, and conducting thorough analysis. This process is specifically designed for the optimization of ES parameters. The method operates through an iterative cycle, ensuring continuous refinement of the ES parameters. First, LLMs process the instructions to generate or modify the code. The code is then executed, and the results are meticulously logged. Subsequent analysis of these results provides insights that drive further improvements. An experiment on tuning the learning rates of ES using the LLaMA3 model…
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
TopicsEvolutionary Algorithms and Applications · Topic Modeling
