Hi there,
I use hyperparameter-search in Trainer with Optuna and wanted to know if there is an easy option to access the study itself. From what I’ve read in the implementation, only the BestRun is returned by run_hp_search_optuna() and not the study itself.
(I’m asking because I wanted to try out the plot functions of Optuna that work on the study)