Skip to content

Commit 2b160f2

Browse files
authored
Merge pull request #1590 from limafang/main
fix sela readme path error
2 parents 6fcb39a + c0f6605 commit 2b160f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/sela/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ Official implementation for paper [SELA: Tree-Search Enhanced LLM Agents for Aut
66

77
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.
88

9-
For more details, please visit the [SELA path](..\..\metagpt\ext\sela\README.md).
9+
For more details, please visit the [SELA path](../../metagpt/ext/sela/README.md).

0 commit comments

Comments
 (0)