Nowadays most of the Hyperparameters are using a multi type value where their value can take several values, at the moment BTB is missing a MultiTypeHyperparam class.
These hyperparameters consist of a single value which can have multiple types and different
conditions depending on the type.
An example of this would be a hyperparameter that can be either:
Nowadays most of the
Hyperparameters
are using a multi type value where their value can take several values, at the momentBTB
is missing aMultiTypeHyperparam
class.These hyperparameters consist of a single value which can have multiple types and different conditions depending on the type. An example of this would be a hyperparameter that can be either:
auto
,mean
,min
,max
.