Add CLI script to run tactical forecasting heuristic

This commit is contained in:
Alexander Hess 2021-02-04 12:05:43 +01:00
commit 50b35a8284
Signed by: alexander
GPG key ID: 344EA5AB10D868E0
4 changed files with 150 additions and 1 deletions

View file

@ -51,7 +51,7 @@ class Config:
# Training horizons (in full weeks) used to train the forecasting models.
# For now, we only use 8 weeks as that was the best performing in
# a previous study (note:4f79e8fa).
TRAINING_HORIZONS = [8]
TRAIN_HORIZONS = [8]
# The demand forecasting methods used in the simulations.
FORECASTING_METHODS = ['hets', 'rtarima']