mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 18:23:55 +00:00
remove dead code
This commit is contained in:
parent
ef59f9ad24
commit
2cde540645
|
@ -58,9 +58,6 @@ class Hyperopt(Backtesting):
|
||||||
# check that the reported Σ% values do not exceed this!
|
# check that the reported Σ% values do not exceed this!
|
||||||
self.expected_max_profit = 3.0
|
self.expected_max_profit = 3.0
|
||||||
|
|
||||||
# Configuration and data used by hyperopt
|
|
||||||
# self.processed: Optional[Dict[str, Any]] = None
|
|
||||||
|
|
||||||
# Previous evaluations
|
# Previous evaluations
|
||||||
self.trials_file = os.path.join('user_data', 'hyperopt_trials.pickle')
|
self.trials_file = os.path.join('user_data', 'hyperopt_trials.pickle')
|
||||||
self.trials: List = []
|
self.trials: List = []
|
||||||
|
|
Loading…
Reference in New Issue
Block a user