From c0f6605c3486e0bbb7c394dd3db08286e830d30c Mon Sep 17 00:00:00 2001 From: duiyipan Date: Mon, 11 Nov 2024 15:38:44 +0800 Subject: [PATCH] fix sela readme path error --- examples/sela/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/sela/README.md b/examples/sela/README.md index 277b57292..6d16b9dd7 100644 --- a/examples/sela/README.md +++ b/examples/sela/README.md @@ -6,4 +6,4 @@ # SELA: Tree-Search Enhanced LLM Agents for Automated Machine Learning 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. -For more details, please visit the [SELA path](..\..\metagpt\ext\sela\README.md). +For more details, please visit the [SELA path](../../metagpt/ext/sela/README.md).