TuneResult#
- class nvmolkit.autotune.TuneResult(
- best_config: ~typing.Any,
- best_throughput: float,
- best_params: dict[str,
- ~typing.Any] = <factory>,
- calibration_size: int = 0,
- n_trials_run: int = 0,
- study: ~typing.Any = None,
Result returned by every
tune_*wrapper.- best_config#
The configuration object (e.g.
HardwareOptionsorSubstructSearchConfig) corresponding to the best trial.- Type:
Any
- study#
The underlying
optuna.Studyobject, orNoneif optuna is unavailable.- Type:
Any