Class HpVal<T>
java.lang.Object
ai.djl.training.hyperparameter.param.Hyperparameter<T>
ai.djl.training.hyperparameter.param.HpVal<T>
- Type Parameters:
T- the type of the value
A
Hyperparameter with a known value instead of a range of possible values.
HpVals and HpSets of HpVals are used to represent sampled
hyperparameters.
-
Field Summary
Fields inherited from class ai.djl.training.hyperparameter.param.Hyperparameter
name -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class ai.djl.training.hyperparameter.param.Hyperparameter
getName
-
Constructor Details
-
HpVal
Cosntructs a newHpVal.- Parameters:
name- the name of the hyperparametervalue- the fixed value of the hyperparameter
-
-
Method Details