Path to the data files. Will look for all .info-files in this directory and use
the corresponding datafiles to create the DataSetList
verbose
Logical.
print_fun
Function used to print output when in verbose mode
maximization
Logical. Whether the underlying optimization algorithm performs a maximization?
format
A character. The format of data source, options are:
'IOHProfiler'
'COCO'
'TWO_COL'
'COCO_BIOBJ'
'NEVERGRAD'
'SOS'
These formats are specified in more detail in our github wiki.
subsampling
Logical. Whether *.cdat files are subsampled?
full_aggregation
If True, individual DataSets are aggregated as much as possible: all DataSets
with the same algorithmname, function id and dimension are combined together. This leads to information loss
related to static variables, so only use if that information is not required.