Discover and explore top open-source AI tools and projects—updated daily.
Optim-AgentLLM agents for automated hyperparameter optimization
New!
Top 82.2% on SourcePulse
Optim-Agent provides an LLM-driven framework for automating hyperparameter optimization. It targets engineers and researchers needing to tune configurable systems with measurable objectives, offering semantic understanding of parameters and auditable decision-making for efficient, intelligent optimization.
How It Works
The system leverages coding LLMs (Claude Code, Codex, OpenCode) to interpret parameter meanings and historical trial data. Agents propose configurations semantically, which Optim-Agent validates against a declared parameter space before execution. This approach prioritizes efficient exploration, especially when evaluations are costly, and ensures bounded, auditable optimization trajectories.
Quick Start & Requirements
pip install optim-agent) or from source (pip install "optim-agent @ git+https://github.com/Optim-Agent/optim-agent.git"). Alternatively, use the skill installer ($skill-installer install https://github.com/Optim-Agent/optim-agent) or Claude/Codex plugins.claude, codex, or opencode) on the system PATH.Highlighted Details
Maintenance & Community
Contributions are welcomed, with a request to open issues for significant changes before submitting pull requests. Specific community channels or active maintainer details are not detailed in the provided text.
Licensing & Compatibility
Limitations & Caveats
OpenCode-hosted models do not currently support distributed computing within Optim-Agent; users should opt for single-process workflows or alternative backends for distributed runs. Pure-Python CPU-bound objectives may perform best in separate processes with shared SQLite storage due to GIL limitations when using max_concurrency within a single process. Agent errors trigger a fallback to safe sampling and do not prune trials.
1 week ago
Inactive
langchain-ai