module documentation

Module for post-processing the data of one algorithm.

Calls the function main with arguments from the command line. Executes the postprocessing on the given files and folders arguments, using the :file:`.info` files found recursively.

Synopsis:
python -m cocopp.rungeneric1 [OPTIONS] FOLDER
Help:
python -m cocopp.rungeneric1 --help
Function main Post-processing COCO data of a single algorithm.
Function usage Undocumented
def main(alg, outputdir, argv=None):

Post-processing COCO data of a single algorithm.

Provided with some data for an algorithm alg, this routine outputs figure and TeX files in a folder needed for the compilation of the provided LaTeX templates for one algorithm (*article.tex or *1*.tex). The used template file needs to be edited so that the commands \bbobdatapath and \algfolder point to the output folder created by this routine.

These output files will contain performance tables, performance scaling figures and empirical cumulative distribution figures. On subsequent executions, new files will be added to the output folder, overwriting existing older files in the process.

Previously possible to be called from the system shell, this routine is called via rungeneric.py only and hence any system shell arguments are handled there.

def usage():

Undocumented