f1.ackley {evoper}R Documentation

f1.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

f1.ackley(x)

Arguments

x

The vector of function parameters

Value

The function value

References

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


[Package evoper version 0.5.0 Index]