explicit dimensions, added **kwargs, updated docs

This commit is contained in:
Italo
2022-01-25 11:43:40 +00:00
parent a4dbdb549d
commit f7a5b2cb71
4 changed files with 27 additions and 6 deletions

View File

@@ -367,7 +367,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):