mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
doh
This commit is contained in:
parent
df1ae565dc
commit
1a59fc11be
|
@ -741,3 +741,9 @@ class Hyperopt:
|
|||
# This is printed when Ctrl+C is pressed quickly, before first epochs have
|
||||
# a chance to be evaluated.
|
||||
print("No epochs evaluated yet, no best result.")
|
||||
|
||||
def __getstate__(self):
|
||||
state = self.__dict__.copy()
|
||||
del state['trials']
|
||||
del state['progress_bar']
|
||||
return state
|
||||
|
|
Loading…
Reference in New Issue
Block a user