Learn R Programming

IOHanalyzer (version 0.1.8.10)

get_PAR_name: Get the parameter names of the algorithm

Description

Get the parameter names of the algorithm

Usage

get_PAR_name(ds, which)

# S3 method for DataSet get_PAR_name(ds, which = "by_FV")

Value

a character list of paramter names, if recorded in the data set

Arguments

ds

A DataSet object

which

a string takes it value in `c('by_FV', 'by_RT')`, indicating the parameters aligned against the running time (RT) or function value (FV). `'by_FV'` is the default value.

Examples

Run this code
get_PAR_name(dsl[[1]])

Run the code above in your browser using DataLab