OptunaSampler
Bases: SweepSampler[TBaseModel]
A sampler that uses Optuna for hyperparameter optimization.
Parameters:
-
trial
(Trial
) –The optuna trial to use for hyperparameter optimization.
__init__
Initialize the OptunaSampler.
Parameters:
-
trial
(Trial
) –The optuna trial to use for hyperparameter optimization.