f0.griewank {evoper} | R Documentation |
f0.griewank
Description
The griewank function of N variables for testing optimization methods. The global optima for the function is given by xi = 0, forall i E 1...N, f(x) = 0.
Usage
f0.griewank(...)
Arguments
... |
The variadic list of function variables. |
Value
The function value
References
http://deap.gel.ulaval.ca/doc/dev/api/benchmarks.html
[Package evoper version 0.5.0 Index]