Learn R Programming

IOHanalyzer (version 0.1.8.10)

check_format: Check the format of data

Description

Throws a warning when multiple formats are found in the same folder.

Usage

check_format(path)

Value

The format of the data in the given folder. Either 'COCO', 'IOHprofiler', 'NEVERGRAD' or 'SOS'.

Arguments

path

The path to the folder to check

Examples

Run this code
path <- system.file("extdata", "ONE_PLUS_LAMDA_EA", package = "IOHanalyzer")
check_format(path)

Run the code above in your browser using DataLab