Skip to content

Commit 3939bc0

Browse files
committed
strategies: add portfolio learning strategy to init
1 parent ccd405e commit 3939bc0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

assume/strategies/__init__.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,10 @@
120120
RenewableEnergyLearningSingleBidStrategy
121121
)
122122

123+
from assume.strategies.portfolio_learning_strategies import (
124+
PortfolioLearningStrategy,
125+
)
123126

127+
bidding_strategies["portfolio_learning"] = PortfolioLearningStrategy
124128
except ImportError:
125129
pass

0 commit comments

Comments
 (0)