Builds a set of parameters to try for the specified params
Builds a set of parameters to try for the specified params
number of parameter settings to try
An array of param maps containing randomly generated values for each param specified
Adds float param with range of values exponentially distributed in range specified (must be in (0, +Inf)
Adds float param with range of values exponentially distributed in range specified (must be in (0, +Inf)
parameter to add
minimum value for param
maximum value for param
Adds double param with range of values exponentially distributed in range specified (must be in (0, +Inf)
Adds double param with range of values exponentially distributed in range specified (must be in (0, +Inf)
parameter to add
minimum value for param
maximum value for param
Adds parameter values uniformly selected from a sequence
Adds parameter values uniformly selected from a sequence
parameter to add
sequence of possible values
Adds boolean param
Adds boolean param
parameter to add
Adds long param with range of values in uniform distribution
Adds long param with range of values in uniform distribution
parameter to add
minimum value for param
maximum value for param
Adds int param with range of values in uniform distribution
Adds int param with range of values in uniform distribution
parameter to add
minimum value for param
maximum value for param
Adds float param with range of values in uniform distribution
Adds float param with range of values in uniform distribution
parameter to add
minimum value for param
maximum value for param
Adds double param with range of values in uniform distribution
Adds double param with range of values in uniform distribution
parameter to add
minimum value for param
maximum value for param
Builder for a param sets used in random search-based model selection.