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 voidevaluateBatch(java.util.List<org.moeaframework.core.Solution> batch)Evaluates a batch of individuals.
-