Example #1
0
 protected void tearDown() {
   evaluator.shutdown();
 }
Example #2
0
  protected SolutionSet evaluatePopulation(SolutionSet population) throws JMetalException {
    evaluations += population.size();

    return evaluator.evaluate(population, problem);
  }