mirror of
https://github.com/NicolasBohn/NexQuant.git
synced 2026-08-06 03:27:44 +00:00
a2f461cc81
* Update proposal.py Completed The HypothesisFeedback Class. * refine the core code --------- Co-authored-by: xuyang1 <xuyang1@microsoft.com>
8 lines
182 B
Python
8 lines
182 B
Python
# TODO:
|
|
# Implement to feedback.
|
|
|
|
from rdagent.core.proposal import HypothesisExperiment2Feedback
|
|
|
|
|
|
class QlibFactorHypothesisExperiment2Feedback(HypothesisExperiment2Feedback): ...
|