Skip to content

Commit 532aede

Browse files
authored
Merge pull request #1578 from limafang/main
add sela example
2 parents f11e671 + 7824c93 commit 532aede

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

examples/sela/README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# SELA: Tree-Search Enhanced LLM Agents for Automated Machine Learning
2+
3+
4+
Official implementation for paper [SELA: Tree-Search Enhanced LLM Agents for Automated Machine Learning](https://arxiv.org/abs/2410.17238).
5+
6+
7+
SELA is an innovative system that enhances Automated Machine Learning (AutoML) by integrating Monte Carlo Tree Search (MCTS) with LLM-based agents. Traditional AutoML methods often generate low-diversity and suboptimal code, limiting their effectiveness in model selection and ensembling. SELA addresses these challenges by representing pipeline configurations as trees, enabling agents to intelligently explore the solution space and iteratively refine their strategies based on experimental feedback.
8+
9+
For more details, please visit the [SELA path](..\..\metagpt\ext\sela\README.md).

0 commit comments

Comments
 (0)