Interface SolutionListEvaluator<S>

All Superinterfaces:
Serializable
All Known Implementing Classes:
MultiThreadedSolutionListEvaluator, NullEvaluator, SequentialSolutionListEvaluator

public interface SolutionListEvaluator<S> extends Serializable
Created by Antonio J. Nebro on 30/05/14.
  • Method Summary

    Modifier and Type
    Method
    Description
    evaluate(List<S> solutionList, Problem<S> problem)
     
    void
     
  • Method Details

    • evaluate

      List<S> evaluate(List<S> solutionList, Problem<S> problem)
    • shutdown

      void shutdown()