es.evaluate {evoper}R Documentation

es.evaluate

Description

For each element in solution 's' evaluate the respective fitness.

Usage

es.evaluate(f, s, enforce = TRUE)

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

Value

The solution ordered by its fitness.


[Package evoper version 0.5.0 Index]