iqm.benchmarks.compressive_gst.mgst.reporting.figure_gen.plot_objf

Contents

iqm.benchmarks.compressive_gst.mgst.reporting.figure_gen.plot_objf#

iqm.benchmarks.compressive_gst.mgst.reporting.figure_gen.plot_objf(res_list: list[float], title: str, delta: float | None = None) None#

Plots the objective function over iterations in the algorithm.

Parameters:
  • res_list (list[float]) – The residual values

  • title (str) – The plot title

  • delta (float | None) – The success threshold, drawn in the figure as a horizontal line

Return type:

None