Coerces objects to ParameterSet.
as.ParameterSet(x,...)# S3 method for data.table
as.ParameterSet(x, ...)
# S3 method for list
as.ParameterSet(x, ...)
object
additional arguments
An R6 object of class ParameterSet.
Currently supported coercions are from data tables and lists. Function assumes that the data table columns are the correct inputs to a ParameterSet, see the constructor for details. Similarly for lists, names are taken to be ParameterSet parameters and values taken to be arguments.