Merge branch 'develop' of https://github.com/freqtrade/freqtrade into freqtrade-develop

This commit is contained in:
Italo
2022-02-01 01:06:57 +00:00
40 changed files with 176 additions and 71 deletions

View File

@@ -372,7 +372,7 @@ class Hyperopt:
}
def get_optimizer(self, dimensions: List[Dimension], cpu_count) -> Optimizer:
estimator = self.custom_hyperopt.generate_estimator(dimensions)
estimator = self.custom_hyperopt.generate_estimator(dimensions=dimensions)
acq_optimizer = "sampling"
if isinstance(estimator, str):