Archiver - APGG-Lab/APGG GitHub Wiki
Archiver
A archiver can archive implementation specific data into a file.
At the moment you can use these three archiver variants:
Config Values:
These values are valid for all sub-types of archivers.
| Config Key | Type (Limits) | Definition |
|---|---|---|
| folderName | string | Specific folder name to safe experiment files in |
| fileSuffix | string | Suffix to add to generated files |
| timeToFolder | bool (0 = false; 1 = true) | Wether to add a timestamp to created folders or not |
| timeToFile | bool (0 = false; 1 = true) | Wether to add a timestamp to created files or not |