public class RandomSearchBuilder<S extends Solution<?>> extends Object implements AlgorithmBuilder<RandomSearch<S>>
| Constructor and Description |
|---|
RandomSearchBuilder(Problem<S> problem) |
| Modifier and Type | Method and Description |
|---|---|
RandomSearch<S> |
build() |
int |
getMaxEvaluations() |
RandomSearchBuilder<S> |
setMaxEvaluations(int maxEvaluations) |
public int getMaxEvaluations()
public RandomSearchBuilder<S> setMaxEvaluations(int maxEvaluations)
public RandomSearch<S> build()
build in interface AlgorithmBuilder<RandomSearch<S extends Solution<?>>>Copyright © 2015. All rights reserved.