Interface IBatchEvaluationProblem

  • All Superinterfaces:
    org.moeaframework.core.Problem

    public interface IBatchEvaluationProblem
    extends org.moeaframework.core.Problem
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void evaluateBatch​(java.util.List<org.moeaframework.core.Solution> batch)
      Evaluates a batch of individuals.
      • Methods inherited from interface org.moeaframework.core.Problem

        close, evaluate, getName, getNumberOfConstraints, getNumberOfObjectives, getNumberOfVariables, newSolution
    • Method Detail

      • evaluateBatch

        void evaluateBatch​(java.util.List<org.moeaframework.core.Solution> batch)
        Evaluates a batch of individuals.
        Parameters:
        batch - The batch of individuals to be evaluated.