When performing a single-objective optimization with Optuna, the best parameters of the study are accessible using:
import optuna def objective(trial): x = tr