change pickle file name to better suit it's current purpose

This commit is contained in:
Janne Sinivirta 2018-07-03 22:17:43 +03:00 committed by creslinux
parent c7cd09dae8
commit 95233ba1dd

View File

@ -59,7 +59,7 @@ class Hyperopt(Backtesting):
self.expected_max_profit = 3.0
# Previous evaluations
self.trials_file = os.path.join('user_data', 'hyperopt_trials.pickle')
self.trials_file = os.path.join('user_data', 'hyperopt_results.pickle')
self.trials: List = []
def get_args(self, params):