Example analyzersΒΆ

You can use the following example analyzers as templates to get started using idmtools:

Each example analyzer is configured to run with existing simulation data and already configured options, such as using the COMPS platform and existing experiments. This allows you to easily run these example analyzers for demonstrating some of the tasks you may want to accomplish when analyzing simulation output data. You can then use and modify these examples for your specific needs.

Note

COMPS access is restricted to IDM employees. See additional documentation for using idmtools with other high-performance computing clusters.

For a description of each of these analyzers please see the following:

  • AddAnalyzer: Gets metadata from simulations, maps to key:value pairs, and returns a .txt output file.

  • CSVAnalyzer: Analyzes .csv output files from simulations and returns a .csv output file.

  • DownloadAnalyzer: Downloads simulation output files for analysis on local computer resources.

  • TagsAnalyzer: Analyzes tags from simulations and returns a .csv output file.

Each of the included example analyzers inherit from the built-in analyzers and the IAnalyzer abstract class:

../_images/e334fcc0ff41ead1d29f4e79608fb02107fa2a3d6c4083d5e941851500513943.svg

For more information about the built-in analyzers, see Create an analyzer. There are also additional examples, such as forcing analyzers to use a specific working directory and how to perform partial analysis on only succeeded or failed simulations: