Files
NexQuant/rdagent/scenarios/qlib/task_generator/feedback.py
T
Xisen Wang a2f461cc81 refine core to store experiment results and hypothesis feedback (#55)
* Update proposal.py

Completed The HypothesisFeedback Class.

* refine the core code

---------

Co-authored-by: xuyang1 <xuyang1@microsoft.com>
2024-07-09 17:31:35 +08:00

8 lines
182 B
Python

# TODO:
# Implement to feedback.
from rdagent.core.proposal import HypothesisExperiment2Feedback
class QlibFactorHypothesisExperiment2Feedback(HypothesisExperiment2Feedback): ...