1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-07-14 16:26:55 +08:00

update strategy

This commit is contained in:
bxdd
2021-04-21 16:42:16 +08:00
parent d3a1e03a11
commit 971d6a2847
25 changed files with 2442 additions and 810 deletions

View File

@@ -2,8 +2,17 @@
# Licensed under the MIT License.
from .strategy import (
from .dl_strategy import (
TopkDropoutStrategy,
BaseStrategy,
WeightStrategyBase,
)
from .rule_strategy import(
TWAPStrategy,
SBBEMAStrategy
)
from .cost_control import (
SoftTopkStrategy
)