public static class HyperSpaceSearchCriteria.StoppingCriteria extends Iced
Modifier and Type | Class and Description |
---|---|
static class |
HyperSpaceSearchCriteria.StoppingCriteria.Builder |
Constructor and Description |
---|
StoppingCriteria() |
Modifier and Type | Method and Description |
---|---|
static HyperSpaceSearchCriteria.StoppingCriteria.Builder |
create() |
int |
getMaxModels() |
double |
getMaxRuntimeSecs() |
ScoreKeeper.StoppingMetric |
getStoppingMetric() |
int |
getStoppingRounds() |
double |
getStoppingTolerance() |
asBytes, clone, copyOver, frozenType, read, readExternal, readJSON, reloadFromBytes, toJsonBytes, toJsonString, write, writeExternal, writeJSON
public static HyperSpaceSearchCriteria.StoppingCriteria.Builder create()
public int getMaxModels()
public double getMaxRuntimeSecs()
public int getStoppingRounds()
public ScoreKeeper.StoppingMetric getStoppingMetric()
public double getStoppingTolerance()