mirror of
https://github.com/microsoft/qlib.git
synced 2026-07-14 16:26:55 +08:00
update strategy
This commit is contained in:
@@ -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
|
||||
)
|
||||
Reference in New Issue
Block a user