From 32dda6ea63751c9c44536269007dcd5f33cf2328 Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Tue, 18 Mar 2025 17:15:08 +0900 Subject: [PATCH] refactor: update evolving_strategy.py (#686) implmentation -> implementation --- rdagent/components/coder/CoSTEER/evolving_strategy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rdagent/components/coder/CoSTEER/evolving_strategy.py b/rdagent/components/coder/CoSTEER/evolving_strategy.py index a7bbdfcf..ac84d8eb 100644 --- a/rdagent/components/coder/CoSTEER/evolving_strategy.py +++ b/rdagent/components/coder/CoSTEER/evolving_strategy.py @@ -76,7 +76,7 @@ class MultiProcessEvolvingStrategy(EvolvingStrategy): Assign the code list to the evolving item. Due to the implement_one_task take `workspace` as input and output the `modification`. - We should apply implmentation to evo + We should apply implementation to evo The code list is aligned with the evolving item's sub-tasks. If a task is not implemented, put a None in the list.