Package deepnetts.automl
Class Range<T>
java.lang.Object
deepnetts.automl.Range<T>
- Type Parameters:
 T- Type of values.
A value range of type T for the parameter.
 Mainly used for numeric parameters in order to specify min, max, step or search strategy.
- 
Constructor Summary
Constructors - 
Method Summary
 
- 
Constructor Details
- 
Range
 - 
Range
 
 - 
 - 
Method Details
- 
getMin
 - 
getMax
 - 
getStep
 - 
of
 - 
of
 - 
randomNum
 - 
step
 - 
getRandomNum
public int getRandomNum() - 
strategy
 - 
getStrategy
 
 -