actsnclass.Canvas.load_diagnostics

Canvas.load_diagnostics(path_to_files: list, strategies_list: list)

Load figure of merit diagnostics and identify set of metrics.

Populates attributes: canonical, unc_sampling or rand_sampling, depending on choice of ‘sample’.

Parameters:
  • path_to_files (str) – List of paths to diagnostic files for different strategies.
  • strategies_list (list) – List of all strategies to be included in the same plot. Current possibibilities are: [‘canonical’, ‘rand_sampling’, ‘unc_sampling’].