TunerConfig
ComponentLanguage-independent config for rtemis hyperparameter tuning. Mirrors the `TunerConfig` object: a tuner type and a type-specific `config`.
Variants
The value of type selects which schema applies to config.
GridSearchGridSearchConfig
Properties
typerequiredstringTuner type.
one of
"GridSearch"configrequiredobjectVariant-specific parameters. Validated per `type` below.
Relationships
Used by