A
- the type an individual agent@FunctionalInterface
public interface PopulationEvaluator<A extends Agent>
PopulationEvaluator is a function that computes fitness and optionally improves all of the individuals in a given population.
Modifier and Type | Method and Description |
---|---|
io.vavr.collection.Seq<EmasAgent> |
evaluate(io.vavr.collection.Seq<EmasAgent> population) |
static <S extends Solution<?>> |
simpleEvaluator(Evaluator<S> evaluator) |