The core function of experimental evaluation. This function can perform various types of experiments or result gathering. The data is stored to the specified directory.
Experiment types:
Input:
tracker (struct): Tracker structure.
sequence (struct): Sequence structure.
expetiment (struct): Experiment structure.
varargin[Scan] (boolean): Do not evaluate the tracker but simply scan the directory for files that are generated and return their list.
varargin[Persist] (boolean): Do not throw error even if one was encountered during executuon of the experiment.
Output:
files (cell): An array of files that were generated during the evaluation.
metadata (struct): Additional information about the evaluation.