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