public class RandomSearchModule extends OptimizerModule
RandomSearchModule.RandomSearchSINGLETON| Constructor and Description |
|---|
RandomSearchModule() |
| Modifier and Type | Method and Description |
|---|---|
int |
getBatchsize()
Returns the number of batched individuals for the evaluation.
|
int |
getIterations()
Returns the number of iterations.
|
void |
setBatchsize(int batchsize)
Sets the number of batched individuals for the evaluation.
|
void |
setIterations(int iterations)
Sets the number of iterations.
|
addControlListener, addIndividualStateListener, addOptimizerIterationListener, addOptimizerStateListener, constant, multipublic int getIterations()
setIterations(int)public void setIterations(int iterations)
iterations - the number of iterationsgetIterations()public int getBatchsize()
setBatchsize(int)public void setBatchsize(int batchsize)
batchsize - the batchsize to setgetBatchsize()