plot_worker_timeline#

ExplorationDiagnostics.plot_worker_timeline(fidelity_parameter=None, relative_start_time=True, subplot_spec=None, **figure_kw)#

Plot the timeline of worker utilization.

Parameters:
fidelity_parameter: string or None

Name of the fidelity parameter. If given, the different fidelity will be plotted in different colors.

relative_start_timebool, optional

Whether the time axis should be relative to the start time of the exploration. By default, True.

subplot_spec: SubplotSpec, optional

The location of the plot in the GridSpec of an existing figure. If not given, a new figure will be created.

**figure_kw

Additional keyword arguments to pass to pyplot.figure. Only used if no subplot_spec is given.