mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-12-01 09:33:05 +00:00
Add hyperopt option to clean temporary pickle files
This commit is contained in:
@@ -284,6 +284,8 @@ class Configuration(object):
|
||||
|
||||
self._args_to_config(config, argname='hyperopt_min_trades',
|
||||
logstring='Parameter --min-trades detected: {}')
|
||||
self._args_to_config(config, argname='hyperopt_clean_state',
|
||||
logstring='Removing hyperopt temp files')
|
||||
|
||||
return config
|
||||
|
||||
|
||||
Reference in New Issue
Block a user