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.