refactor: remove unused code and update documentation in CoSTEER module (#720)

* refactor: Remove unused code and update documentation in CoSTEER module

* fix mypy error

* fix black error

---------

Co-authored-by: Young <afe.young@gmail.com>
This commit is contained in:
Linlang
2025-03-26 22:48:01 +08:00
committed by GitHub
parent 11df79d5e3
commit 78757aeed7
12 changed files with 27 additions and 58 deletions
@@ -15,7 +15,6 @@ from rdagent.core.evolving_framework import QueriedKnowledge
from rdagent.core.experiment import Workspace
FactorSingleFeedback = CoSTEERSingleFeedbackDeprecated
FactorMultiFeedback = CoSTEERMultiFeedback
class FactorEvaluatorForCoder(CoSTEEREvaluator):