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
parent 9dbe0f50a3
commit c4a8435e00

View File

@ -59,7 +59,7 @@ class Hyperopt(Backtesting):
self.expected_max_profit = 3.0 self.expected_max_profit = 3.0
# Previous evaluations # 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 = [] self.trials: List = []
def get_args(self, params): def get_args(self, params):