f0.ackley {evoper}R Documentation

f0.ackley

Description

The ackley 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. Domain xi E [-32.768, 32.768], for all i = 1, ..., d

Usage

f0.ackley(...)

Arguments

...

The variadic list of function variables.

Value

The function value

References

https://www.sfu.ca/~ssurjano/ackley.html


[Package evoper version 0.5.0 Index]