es.evaluate {evoper} | R Documentation |
For each element in solution 's' evaluate the respective fitness.
es.evaluate(f, s, enforce = TRUE)
f |
A reference to an instance of objective function |
s |
The set of solutions |
enforce |
If true the values are enforced to fall within provided range |
The solution ordered by its fitness.