public class HyperSpaceSearchCriteriaV99<I extends HyperSpaceSearchCriteria,S extends HyperSpaceSearchCriteriaV99<I,S>> extends SchemaV3<I,S>
Modifier and Type | Class and Description |
---|---|
static class |
HyperSpaceSearchCriteriaV99.CartesianSearchCriteriaV99
Search criteria for an exhaustive Cartesian hyperparameter search.
|
static class |
HyperSpaceSearchCriteriaV99.RandomDiscreteValueSearchCriteriaV99
Search criteria for random hyperparameter search using hyperparameter values given by
lists.
|
static class |
HyperSpaceSearchCriteriaV99.RandomSearchStoppingMetricValuesProvider |
static class |
HyperSpaceSearchCriteriaV99.SequentialSearchCriteriaV99
Search criteria for a Sequential hyperparameter search.
|
static class |
HyperSpaceSearchCriteriaV99.StrategyValuesProvider |
SchemaV3.Meta
Schema.AutoParseable
Modifier and Type | Field and Description |
---|---|
HyperSpaceSearchCriteria.Strategy |
strategy |
Constructor and Description |
---|
HyperSpaceSearchCriteriaV99() |
Modifier and Type | Method and Description |
---|---|
S |
fillWithDefaults()
Fill with the default values from the corresponding Iced object.
|
static HyperSpaceSearchCriteriaV99 |
make(HyperSpaceSearchCriteria.Strategy strategy) |
createAndFillImpl, createImpl, extractVersionFromSchemaName, fillFromAny, fillFromBody, fillFromImpl, fillFromImpl, fillFromImpl, fillFromParms, fillFromParms, fillFromParms, fillImpl, fillImpl, getImplClass, getImplClass, getSchemaName, getSchemaType, getSchemaVersion, init_meta, markdown, markdown, newInstance, newInstance, setField, setSchemaType_doNotCall
asBytes, clone, copyOver, frozenType, read, readExternal, readJSON, reloadFromBytes, toJsonBytes, toJsonString, write, writeExternal
@API(help="Hyperparameter space search strategy.", required=true, valuesProvider=HyperSpaceSearchCriteriaV99.StrategyValuesProvider.class, direction=INOUT) public HyperSpaceSearchCriteria.Strategy strategy
public static HyperSpaceSearchCriteriaV99 make(HyperSpaceSearchCriteria.Strategy strategy)
public S fillWithDefaults()