|
|
|
|
@ -18,11 +18,11 @@ def hyperopt_conf(default_conf):
|
|
|
|
|
'runmode': RunMode.HYPEROPT,
|
|
|
|
|
'strategy': 'HyperoptableStrategy',
|
|
|
|
|
'hyperopt_loss': 'ShortTradeDurHyperOptLoss',
|
|
|
|
|
'hyperopt_path': str(Path(__file__).parent / 'hyperopts'),
|
|
|
|
|
'epochs': 1,
|
|
|
|
|
'timerange': None,
|
|
|
|
|
'spaces': ['default'],
|
|
|
|
|
'hyperopt_jobs': 1,
|
|
|
|
|
'hyperopt_path': str(Path(__file__).parent / 'hyperopts'),
|
|
|
|
|
'epochs': 1,
|
|
|
|
|
'timerange': None,
|
|
|
|
|
'spaces': ['default'],
|
|
|
|
|
'hyperopt_jobs': 1,
|
|
|
|
|
'hyperopt_min_trades': 1,
|
|
|
|
|
})
|
|
|
|
|
return hyperconf
|
|
|
|
|
|