public class MultithreadedSolutionListEvaluator<S extends Solution<?>> 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() |
public List<S> evaluate(List<S> SolutionList, Problem<S> problem)
evaluate in interface SolutionListEvaluator<S extends Solution<?>>public int getNumberOfThreads()
public void shutdown()
shutdown in interface SolutionListEvaluator<S extends Solution<?>>Copyright © 2015. All rights reserved.