Enum ParameterType
Defines the types of parameters that can be used in hyperparameter search
public enum ParameterType
Fields
Boolean = 2Boolean parameter type
Categorical = 3Categorical parameter type (discrete choices)
Continuous = 4Continuous parameter type
Float = 1Floating point parameter type
Integer = 0Integer parameter type