invert4geom.plot_optimization_combined_slice

invert4geom.plot_optimization_combined_slice#

plot_optimization_combined_slice(study, attribute_names, parameter_name=None)[source]#

plot combined slice plots for optimizations.

Parameters:
  • study (Study) – the optuna study object

  • target_names (list[str]) – list of names for parameters in the study

  • attribute_names (list[str])

  • parameter_name (str | None)

Returns:

a plotly figure

Return type:

Figure