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