nexuml_library.scenarios.tune.linear_ae_asd¶
nexuml_library.scenarios.tune.linear_ae_asd
¶
Optuna tuning file for the linear AE ToyCarEmu ASD scenario.
build
¶
build(
hidden_dims: list[int], latent_dim: int, batch_size: int
) -> ScenarioSpec
Build a scenario from sampled architectural hyperparameters.
Returns:
| Name | Type | Description |
|---|---|---|
ScenarioSpec |
ScenarioSpec
|
Assembled scenario with tuning spec attached. |