public static class HyperSpaceWalker.CartesianWalker<MP extends Model.Parameters> extends HyperSpaceWalker.BaseWalker<MP,HyperSpaceSearchCriteria.CartesianSearchCriteria>
HyperSpaceWalker.BaseWalker.WalkerFactory<MP extends Model.Parameters,C extends HyperSpaceSearchCriteria>
HyperSpaceWalker.BaseWalker<MP extends Model.Parameters,C extends HyperSpaceSearchCriteria>, HyperSpaceWalker.CartesianWalker<MP extends Model.Parameters>, HyperSpaceWalker.HyperSpaceIterator<MP extends Model.Parameters>, HyperSpaceWalker.RandomDiscreteValueWalker<MP extends Model.Parameters>
_hyperParamNames, _hyperParams, _maxHyperSpaceSize, _search_criteria
Constructor and Description |
---|
HyperSpaceWalker.CartesianWalker(MP params,
java.util.Map<java.lang.String,java.lang.Object[]> hyperParams,
ModelParametersBuilderFactory<MP> paramsBuilderFactory,
HyperSpaceSearchCriteria.CartesianSearchCriteria search_criteria) |
Modifier and Type | Method and Description |
---|---|
HyperSpaceWalker.HyperSpaceIterator<MP> |
iterator()
Returns an iterator to traverse this hyper-space.
|
computeMaxSizeOfHyperSpace, getHyperParamNames, getMaxHyperSpaceSize, getModelParams, getParametersBuilderFactory, getParams, hypers, integerHash, search_criteria, stopEarly
public HyperSpaceWalker.CartesianWalker(MP params, java.util.Map<java.lang.String,java.lang.Object[]> hyperParams, ModelParametersBuilderFactory<MP> paramsBuilderFactory, HyperSpaceSearchCriteria.CartesianSearchCriteria search_criteria)
public HyperSpaceWalker.HyperSpaceIterator<MP> iterator()
HyperSpaceWalker