public class MultithreadedSolutionListEvaluator<S extends Solution> extends Object implements SolutionListEvaluator<S>
| Constructor and Description |
|---|
MultithreadedSolutionListEvaluator(int numberOfThreads,
Problem problem) |
| Modifier and Type | Method and Description |
|---|---|
List<S> |
evaluate(List<S> SolutionList,
Problem problem) |
int |
getNumberOfThreads() |
void |
shutdown() |
public MultithreadedSolutionListEvaluator(int numberOfThreads,
Problem problem)
public List<S> evaluate(List<S> SolutionList, Problem 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.