mirror of
https://github.com/NicolasBohn/NexQuant.git
synced 2026-07-28 16:07:46 +00:00
fix: update feedback.py (#772)
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user