fix: update feedback.py (#772)

This commit is contained in:
Xu Yang
2025-04-08 09:35:11 -06:00
committed by GitHub
parent a16c79e45b
commit 8517eb4a18
@@ -62,7 +62,7 @@ class DSExperiment2Feedback(Experiment2Feedback):
if DS_RD_SETTING.rule_base_eval:
if sota_exp:
if cur_score > sota_score:
return ExperimentFeedback(
return HypothesisFeedback(
observations="The current score bigger than the SOTA score.",
hypothesis_evaluation="The current score is bigger than the SOTA score.",
new_hypothesis="No new hypothesis provided",