get_PAR_name {IOHanalyzer} | R Documentation |
Get the parameter names of the algorithm
Description
Get the parameter names of the algorithm
Usage
get_PAR_name(ds, which)
## S3 method for class 'DataSet'
get_PAR_name(ds, which = "by_FV")
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. |
Value
a character list of paramter names, if recorded in the data set
Examples
get_PAR_name(dsl[[1]])
[Package IOHanalyzer version 0.1.8.10 Index]