Module caminos_lib::output

source ·
Expand description

The file main.od contains the description of the outputs to be generated by executing the Output action in an experiment.

see create_output for documentation on the configuration syntax of this file.

Structs

  • Encapsulation of the information we have when trying to build output files. Like For which instances on the main.cfg do we have results? The paths employed. Are we trying something weird like feeding from a CSV without the normal main.cfg? yet to implement.
  • A description of a specific plot (axis and data).

Functions

  • Creates some output using an output description object as guide.
  • Rewrites text into Latex code that output that text.
  • Combines an optional git_id with an optional version_number (generally from functions get_git_id and get_version_number) to generate a version string to print.