df
have to be of the correct type
type w.r.t. the corresponding parameter. The only exception are integer parameters
where the corresponding columns in df
are allowed to be numerics.numeric
integer(vector) integer
discrete(vector) factor
(names of values = levels)
logical(vector) logical
}
Dependent parameters whose requirements are not satisfied are represented by a scalar NA in the output.
dfRowsToList(df, par.set)dfRowToList(df, par.set, i)
data.frame
]
Data.frame, potentially from OptPathDF
.
Columns are assumed to be in the same order as par.set.ParamSet
]
Parameter set.integer(1)
]
Row index.list
]. Named by parameter ids.