load_results: Load All Single BBoB Results From a Folder

Description Usage Arguments Details Value

Description

loadAllResults loads the bbob results of a a number of single bbob output files generated by bbob_custom or bbob_custom_parallel.

Usage

1
2
3
loadAllResults(usedFunctions, usedDimensions, path, algorithmName)

loadAllResultsParallel(usedFunctions, usedDimensions, path, algorithmName)

Arguments

usedFunctions

the function identifiers for which bbob data exists and interpretation is desired.

usedDimensions

the problem dimensions that have been used for optimization.

path

the path of the folder containing the output data of a bbob experiment

algorithmName

The identifier of the optimizer for detecting single output files in the specified folder

Details

loadAllResults detects and loads the files to be loaded/interpreted, i.e. readOutput is applied to every single file specified by usedFunctions, usedDimensions, path, algorithmName. For parallelisation of the loading process, the user might invoke loadAllResultsParallel with the same parameter setup.

Value

loadAllResults returns an object allResults, which is a list of single bbob results as generated by readOutput (see readOutput for details on the lists' elements).


andreas-he/cmaesbenchmarking documentation built on May 10, 2019, 10:30 a.m.