plot_historyΒΆ

plot_history(history: History, log_scale: bool = False) FigureΒΆ

Show a plot of black-box optimization history.

Parameters:
  • history (History) – The optimization history.

  • log_scale (bool, optional) – True for a y-log plot. Defaults to False. Defaults to False.

Returns:

Constructed Plotly figure

Return type:

go.Figure