Coercion from ParameterSet to data.table::data.table. Dependencies, transformations, and tag properties are all lost in coercion.

# S3 method for ParameterSet
as.data.table(x, sort = TRUE, ...)

Arguments

x

(ParameterSet)

sort

(logical(1))
If TRUE(default) sorts the ParameterSet alphabetically by id.

...

(ANY)
Other arguments, currently unused.