diff --git a/api/mlos_bench/mlos_bench.optimizers.base_optimizer.html b/api/mlos_bench/mlos_bench.optimizers.base_optimizer.html index 8f54f75ddc..0fa2490643 100644 --- a/api/mlos_bench/mlos_bench.optimizers.base_optimizer.html +++ b/api/mlos_bench/mlos_bench.optimizers.base_optimizer.html @@ -187,7 +187,7 @@
-abstract register(tunables: TunableGroups, status: Status, score: float | Dict[str, float] | None = None) float | None
+abstract register(tunables: TunableGroups, status: Status, score: Dict[str, float] | float | None = None) float | None

Register the observation for the given configuration.

Parameters:
diff --git a/api/mlos_bench/mlos_bench.optimizers.html b/api/mlos_bench/mlos_bench.optimizers.html index 19dfe12029..e705af54e2 100644 --- a/api/mlos_bench/mlos_bench.optimizers.html +++ b/api/mlos_bench/mlos_bench.optimizers.html @@ -461,7 +461,7 @@
-abstract register(tunables: TunableGroups, status: Status, score: float | Dict[str, float] | None = None) float | None
+abstract register(tunables: TunableGroups, status: Status, score: Dict[str, float] | float | None = None) float | None

Register the observation for the given configuration.

Parameters:
diff --git a/api/mlos_bench/mlos_bench.storage.base_storage.html b/api/mlos_bench/mlos_bench.storage.base_storage.html index f3e3831326..150e3fd31f 100644 --- a/api/mlos_bench/mlos_bench.storage.base_storage.html +++ b/api/mlos_bench/mlos_bench.storage.base_storage.html @@ -268,7 +268,7 @@
-abstract update(status: Status, metrics: float | Dict[str, float] | None = None) Dict[str, float] | None
+abstract update(status: Status, metrics: Dict[str, float] | float | None = None) Dict[str, float] | None

Update the storage with the results of the experiment.

Parameters:
diff --git a/api/mlos_bench/mlos_bench.storage.html b/api/mlos_bench/mlos_bench.storage.html index e6fb33a257..d4c840fd87 100644 --- a/api/mlos_bench/mlos_bench.storage.html +++ b/api/mlos_bench/mlos_bench.storage.html @@ -267,7 +267,7 @@
-abstract update(status: Status, metrics: float | Dict[str, float] | None = None) Dict[str, float] | None
+abstract update(status: Status, metrics: Dict[str, float] | float | None = None) Dict[str, float] | None

Update the storage with the results of the experiment.

Parameters:
diff --git a/api/mlos_bench/mlos_bench.storage.sql.trial.html b/api/mlos_bench/mlos_bench.storage.sql.trial.html index 5ca3c3c86a..d50f288740 100644 --- a/api/mlos_bench/mlos_bench.storage.sql.trial.html +++ b/api/mlos_bench/mlos_bench.storage.sql.trial.html @@ -137,7 +137,7 @@
-update(status: Status, metrics: float | Dict[str, float] | None = None) Dict[str, float] | None
+update(status: Status, metrics: Dict[str, float] | float | None = None) Dict[str, float] | None

Update the storage with the results of the experiment.

Parameters:
diff --git a/generated/mlos_bench.optimizers.Optimizer.html b/generated/mlos_bench.optimizers.Optimizer.html index a5a9d3b068..98ffe8fc82 100644 --- a/generated/mlos_bench.optimizers.Optimizer.html +++ b/generated/mlos_bench.optimizers.Optimizer.html @@ -198,7 +198,7 @@

-abstract register(tunables: TunableGroups, status: Status, score: float | Dict[str, float] | None = None) float | None
+abstract register(tunables: TunableGroups, status: Status, score: Dict[str, float] | float | None = None) float | None

Register the observation for the given configuration.

Parameters:
diff --git a/generated/mlos_bench.storage.Storage.html b/generated/mlos_bench.storage.Storage.html index 5a07089630..26f1653b89 100644 --- a/generated/mlos_bench.storage.Storage.html +++ b/generated/mlos_bench.storage.Storage.html @@ -278,7 +278,7 @@

-abstract update(status: Status, metrics: float | Dict[str, float] | None = None) Dict[str, float] | None
+abstract update(status: Status, metrics: Dict[str, float] | float | None = None) Dict[str, float] | None

Update the storage with the results of the experiment.

Parameters:
diff --git a/htmlcov/conftest_py.html b/htmlcov/conftest_py.html index 1ec3baeaa2..fcc29787a5 100644 --- a/htmlcov/conftest_py.html +++ b/htmlcov/conftest_py.html @@ -65,7 +65,7 @@

» next       coverage.py v7.2.7, - created at 2023-07-23 00:40 +0000 + created at 2023-07-24 00:37 +0000