Decoupled custom hyperopts from hyperopt.py

This commit is contained in:
Stephen Dade
2018-03-22 19:27:13 +11:00
committed by Matthias
parent e0489878d8
commit 469db0d434
10 changed files with 839 additions and 129 deletions

View File

@@ -52,6 +52,9 @@ class Configuration(object):
if self.args.strategy_path:
config.update({'strategy_path': self.args.strategy_path})
# Add the hyperopt file to use
config.update({'hyperopt': self.args.hyperopt})
# Load Common configuration
config = self._load_common_config(config)