Class HpInt
java.lang.Object
ai.djl.training.hyperparameter.param.Hyperparameter<Integer>
ai.djl.training.hyperparameter.param.HpInt
A
Hyperparameter for an integer.-
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
-
HpInt
Constructs aHpInt.- Parameters:
name- the name of the hyperparameterlower- the lower bound (inclusive)upper- the upper bound (exclusive)
-
-
Method Details