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

    return evaluator.evaluate(population, problem);
  }