public class RandomStrategy extends HyperParameterTuningStrategy
| Constructor and Description |
|---|
RandomStrategy() |
| Modifier and Type | Method and Description |
|---|---|
int |
getMaxTries()
Returns the max number of tries to stop the hyperparameter search.
|
String |
getName()
Returns the name of strategy.
|
double |
getSatisfactoryFitness() |
long |
getSeed()
Returns the seed.
|
RandomStrategy |
withMaxTries(int maxTries)
Set up the max number of tries to stop the hyperparameter search.
|
RandomStrategy |
withSatisfactoryFitness(double fitness)
Set up the satisfactory fitness to stop the hyperparameter search.
|
RandomStrategy |
withSeed(long seed)
Set up the seed number.
|
public long getSeed()
public RandomStrategy withSeed(long seed)
seed - Seed.public double getSatisfactoryFitness()
public RandomStrategy withSatisfactoryFitness(double fitness)
fitness - Fitness.public int getMaxTries()
public RandomStrategy withMaxTries(int maxTries)
maxTries - Max tries.public String getName()
getName in class HyperParameterTuningStrategy
GridGain In-Memory Computing Platform : ver. 8.9.26 Release Date : October 16 2025