Learn R Programming

IOHanalyzer (version 0.1.8.10)

get_parId: Get all parameter ids present in a DataSetList

Description

Get all parameter ids present in a DataSetList

Usage

get_parId(dsList, which = "by_FV")

Value

A sorted list of all unique parameter ids which occur in the DataSetList

Arguments

dsList

The DataSetList

which

A string takes values in `c('by_FV', 'by_RT')`. To choose the parameters aligned by the running time (RT) or the function value (FV). Note that parameters in each case are not necessary the same.

Examples

Run this code
get_parId(dsl)

Run the code above in your browser using DataLab