public class MultithreadedSolutionListEvaluator<S> extends Object implements SolutionListEvaluator<S>
| Constructor and Description |
|---|
MultithreadedSolutionListEvaluator(int numberOfThreads,
Problem<S> problem) |
| Modifier and Type | Method and Description |
|---|---|
List<S> |
evaluate(List<S> solutionList,
Problem<S> problem) |
int |
getNumberOfThreads() |
void |
shutdown() |
Copyright © 2017. All rights reserved.