Enum HyperparameterType
- Namespace
- AiDotNet.Augmentation
- Assembly
- AiDotNet.dll
Specifies the type of hyperparameter.
public enum HyperparameterType
Fields
Boolean = 3A boolean parameter.
Categorical = 2A categorical parameter with fixed choices.
Continuous = 0A continuous floating-point parameter.
Integer = 1A discrete integer parameter.
LogScale = 4A log-scale continuous parameter.