public interface IEvaluator
Modifier and Type | Method and Description |
---|---|
void |
evaluateAndOrder(Population p,
AbstractPsdEvaluator functionWithSimulation,
java.util.List<IEvaluation> functions)
Evaluate all the elements of the population with the list of given evaluators.
|
void evaluateAndOrder(Population p, AbstractPsdEvaluator functionWithSimulation, java.util.List<IEvaluation> functions)
p
- functionWithSimulation
- functions
-