fitbenchmarking.results_processing.problem_summary_page module

Create the summary pages for the best minimizers.

fitbenchmarking.results_processing.problem_summary_page.create(results, best_results, support_pages_dir, figures_dir, options)

Create the problem summary pages.

Parameters
  • results (dict[str, dict[str, list[FittingResult]]]) – The results to create summary pages for

  • best_results (dict[str, dict[str, FittingResult]]) – The best result from each row and category

  • support_pages_dir (str) – directory in which the results are to be saved

  • figures_dir (str) – The directory where figures are stored.

  • options (fitbenchmarking.utils.options.Options) – The options used in the fitting problem and plotting