Update market_change datatype

This commit is contained in:
Matthias 2022-10-04 10:27:04 +00:00
parent eb8eebe492
commit a6296be2f5
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ class Hyperopt:
self.clean_hyperopt()
self.market_change = 0
self.market_change = 0.0
self.num_epochs_saved = 0
self.current_best_epoch: Optional[Dict[str, Any]] = None