f0.ackley: f0.ackley

Description Usage Arguments Value References

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

1

Arguments

...

The variadic list of function variables.

Value

The function value

References

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


evoper documentation built on May 2, 2019, 12:13 a.m.

Related to f0.ackley in evoper...