Package ai.djl.training.hyperparameter.param
Contains different types of
Hyperparameters.-
Class Summary Class Description HpBool AHyperparameterfor a boolean option.HpCategorical<T> AHyperparameterwhich is one of a fixed number of options (similar to an enum).HpFloat AHyperparameterfor a float.HpInt AHyperparameterfor an integer.HpSet A nestable set ofHyperparameters.HpVal<T> AHyperparameterwith a known value instead of a range of possible values.Hyperparameter<T> A class representing an input to the network that can't be differentiated.