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

x

The vector of function parameters

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 f1.ackley in evoper...