S
- the type of the solution@FunctionalInterface
public interface Evaluator<S extends Solution<?>>
Evaluator is a function that computes fitness of the solution.
Modifier and Type | Method and Description |
---|---|
double |
evaluate(S value) |
double evaluate(S value)