Description
For each element in solution 's' evaluate the respective
fitness.
Usage
es.evaluate(f, s, enforce = TRUE)
Value
The solution ordered by its fitness.
Arguments
- 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