Prints a ParameterSet as a data.table with strprint variants of R6 classes.
# S3 method for ParameterSet
print(x, hide_cols = c("updateFunc", "settable"), ...)
ParameterSet
string, if given the data.table is filtered to hide these columns
ignored, added for S3 consistency
$print(hide_cols = c("updateFunc","settable"))
If given the hide_cols
argument can be used to hide specific columns from the
data.table.