public class SequentialSolutionListEvaluator<S extends Solution> extends Object implements SolutionListEvaluator<S>
| Constructor and Description |
|---|
SequentialSolutionListEvaluator() |
| Modifier and Type | Method and Description |
|---|---|
List<S> |
evaluate(List<S> solutionList,
Problem problem) |
void |
shutdown() |
public List<S> evaluate(List<S> solutionList, Problem problem) throws JMetalException
evaluate in interface SolutionListEvaluator<S extends Solution>JMetalExceptionpublic void shutdown()
shutdown in interface SolutionListEvaluator<S extends Solution>Copyright © 2015. All rights reserved.