Read .csv files in arbitrary format
read_pure_csv(
path,
neval_name,
fval_name,
fname_name,
algname_name,
dim_name,
run_name,
maximization = F,
static_attrs = NULL
)
The DataSetList extracted from the .csv file provided
The path to the .csv file
The name of the column to use for the evaluation count. If NULL, will be assumed to be sequential
The name of the column to use for the function values
The name of the column to use for the function name
The name of the column to use for the algorithm name
The name of the column to use for the dimension
The name of the column to use for the run number
Boolean indicating whether the data is resulting from maximization or minimization
Named list containing the static values for missing columns. When a parameter is not present in the csv file, its name-parameter should be set to NULL, and the static value should be added to this static_attrs list.