read_pure_csv: Read Nevergrad data

read_pure_csvR Documentation

Read Nevergrad data

Description

Read .csv files in arbitrary format

Usage

read_pure_csv(
  path,
  neval_name,
  fval_name,
  fname_name,
  algname_name,
  dim_name,
  run_name,
  maximization = F,
  static_attrs = NULL
)

Arguments

path

The path to the .csv file

neval_name

The name of the column to use for the evaluation count. If NULL, will be assumed to be sequential

fval_name

The name of the column to use for the function values

fname_name

The name of the column to use for the function name

algname_name

The name of the column to use for the algorithm name

dim_name

The name of the column to use for the dimension

run_name

The name of the column to use for the run number

maximization

Boolean indicating whether the data is resulting from maximization or minimization

static_attrs

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.

Value

The DataSetList extracted from the .csv file provided


IOHanalyzer documentation built on Sept. 20, 2023, 5:07 p.m.