We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f14f3c5 commit cd694e0Copy full SHA for cd694e0
optimas/generators/ax/service/base.py
@@ -107,7 +107,7 @@ def __init__(
107
save_model: Optional[bool] = True,
108
model_save_period: Optional[int] = 5,
109
model_history_dir: Optional[str] = "model_history",
110
- ) -> None:
+ ) -> None:
111
super().__init__(
112
varying_parameters=varying_parameters,
113
objectives=objectives,
0 commit comments