mirror of
https://github.com/NicolasBohn/NexQuant.git
synced 2026-08-03 18:27:43 +00:00
6 lines
205 B
Python
6 lines
205 B
Python
|
|
from rdagent.components.coder.factor_coder.CoSTEER import FactorCoSTEER
|
||
|
|
from rdagent.components.coder.model_coder.CoSTEER import ModelCoSTEER
|
||
|
|
|
||
|
|
KGModelCoSTEER = ModelCoSTEER
|
||
|
|
KGFactorCoSTEER = FactorCoSTEER
|