pybop.plot.parameters#
Functions#
|
Plot the evolution of parameters during the optimization process using Plotly. |
Module Contents#
- pybop.plot.parameters.parameters(optim, show=True, **layout_kwargs)[source]#
Plot the evolution of parameters during the optimization process using Plotly.
- Parameters:
optim (object) – Optimisation object containing the history of parameter values and associated cost.
show (bool, optional) – If True, the figure is shown upon creation (default: True).
**layout_kwargs (optional) – Valid Plotly layout keys and their values, e.g. xaxis_title=”Time [s]” or xaxis={“title”: “Time [s]”, “titlefont_size”: 18}.
- Returns:
A Plotly figure object showing the parameter evolution over iterations.
- Return type:
plotly.graph_objs.Figure