Package | Description |
---|---|
org.deeplearning4j.arbiter.optimize.generator |
Modifier and Type | Method and Description |
---|---|
static GridSearchCandidateGenerator.Mode |
GridSearchCandidateGenerator.Mode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GridSearchCandidateGenerator.Mode[] |
GridSearchCandidateGenerator.Mode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
GridSearchCandidateGenerator(ParameterSpace<?> parameterSpace,
int discretizationCount,
GridSearchCandidateGenerator.Mode mode,
Map<String,Object> dataParameters) |
GridSearchCandidateGenerator(ParameterSpace<?> parameterSpace,
int discretizationCount,
GridSearchCandidateGenerator.Mode mode,
Map<String,Object> dataParameters,
boolean initDone) |
Copyright © 2020. All rights reserved.