Package org.neo4j.gds.ml.models.automl
Class RandomSearch
java.lang.Object
org.neo4j.gds.ml.models.automl.RandomSearch
- All Implemented Interfaces:
Iterator<TrainerConfig>,HyperParameterOptimizer
-
Constructor Summary
ConstructorsConstructorDescriptionRandomSearch(Map<org.neo4j.gds.ml.api.TrainingMethod, List<TunableTrainerConfig>> parameterSpace, int maxTrials, long randomSeed) RandomSearch(Map<org.neo4j.gds.ml.api.TrainingMethod, List<TunableTrainerConfig>> parameterSpace, int maxTrials, Optional<Long> randomSeed) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Iterator
forEachRemaining, remove
-
Constructor Details
-
RandomSearch
public RandomSearch(Map<org.neo4j.gds.ml.api.TrainingMethod, List<TunableTrainerConfig>> parameterSpace, int maxTrials, long randomSeed) -
RandomSearch
public RandomSearch(Map<org.neo4j.gds.ml.api.TrainingMethod, List<TunableTrainerConfig>> parameterSpace, int maxTrials, Optional<Long> randomSeed)
-
-
Method Details
-
hasNext
public boolean hasNext()- Specified by:
hasNextin interfaceIterator<TrainerConfig>
-
next
- Specified by:
nextin interfaceIterator<TrainerConfig>
-