public static final class HyperSpaceSearchCriteria.RandomDiscreteValueSearchCriteria extends HyperSpaceSearchCriteria
HyperSpaceSearchCriteria.CartesianSearchCriteria, HyperSpaceSearchCriteria.RandomDiscreteValueSearchCriteria, HyperSpaceSearchCriteria.Strategy| Modifier and Type | Field and Description |
|---|---|
double |
_stopping_tolerance |
_strategy| Constructor and Description |
|---|
HyperSpaceSearchCriteria.RandomDiscreteValueSearchCriteria() |
| Modifier and Type | Method and Description |
|---|---|
protected double |
defaultStoppingTolerance() |
int |
max_models()
Max number of models to build.
|
double |
max_runtime_secs()
Max runtime for the entire grid, in seconds.
|
long |
seed()
Seed for the random choices of hyperparameter values.
|
ScoreKeeper.StoppingMetric |
stopping_metric()
Metric to use for convergence checking; only for _stopping_rounds > 0
|
int |
stopping_rounds()
Early stopping based on convergence of stopping_metric.
|
double |
stopping_tolerance()
Relative tolerance for metric-based stopping criterion: stop if relative improvement is not at least this much.
|
strategyclone, copyOver, frozenType, read_impl, read, readExternal, readJSON_impl, readJSON, toJsonString, write_impl, write, writeExternal, writeJSON_impl, writeJSONpublic HyperSpaceSearchCriteria.RandomDiscreteValueSearchCriteria()
protected double defaultStoppingTolerance()
public long seed()
public int max_models()
public double max_runtime_secs()
public int stopping_rounds()
public ScoreKeeper.StoppingMetric stopping_metric()
stopping_metric in class HyperSpaceSearchCriteriapublic double stopping_tolerance()