Defines a searchable space of Models and builds Models from this space.
HyperModel_class(name = NULL, tunable = TRUE)
The name of this HyperModel.
Whether the hyperparameters defined in this hypermodel should be added to search space. If `FALSE`, either the search space for these parameters must be defined in advance, or the default values will be used.
None