public class RandomDiscreteValueSearchCriteriaV99 extends HyperSpaceSearchCriteriaV99
| Modifier and Type | Field and Description |
|---|---|
int |
max_models
Maximum number of models to build (optional).
|
double |
max_runtime_secs
Maximum time to spend building models (optional).
|
long |
seed
Seed for random number generator; used for reproducibility.
|
Strategy |
strategy
Hyperparameter space search strategy.
|
| Constructor and Description |
|---|
RandomDiscreteValueSearchCriteriaV99() |
public long seed
public int max_models
public double max_runtime_secs
public Strategy strategy