invert4geom.plot_optuna_figures#
- plot_optuna_figures(study, target_names, include_duration=False, plot_history=True, plot_slice=True, plot_importance=True)[source]#
plot the results of an optuna optimization
- Parameters:
study (
Study) â the optuna study objecttarget_names (
list[str]) â list of names for parameters in the studyinclude_duration (
bool) â whether to add the duration to the plot, by default Falseplot_history (
bool) â choose to plot the optimization history, by default Trueplot_slice (
bool) â choose to plot the parameter values vs. score for each parameter, by default Trueplot_importance (
bool)
- Return type: