Rename Hyperopt Test Class

This commit is contained in:
Matthias
2021-08-26 07:18:26 +02:00
parent 0d8e105a33
commit df1c0540ab
4 changed files with 14 additions and 14 deletions

View File

@@ -16,7 +16,7 @@ def hyperopt_conf(default_conf):
hyperconf.update({
'datadir': Path(default_conf['datadir']),
'runmode': RunMode.HYPEROPT,
'hyperopt': 'DefaultHyperOpt',
'hyperopt': 'HyperoptTestSepFile',
'hyperopt_loss': 'ShortTradeDurHyperOptLoss',
'hyperopt_path': str(Path(__file__).parent / 'hyperopts'),
'epochs': 1,