f_ackley: Ackley function

View source: R/functions.R

f_ackleyR Documentation

Ackley function

Description

Ackley function

Usage

f_ackley(x)

Arguments

x

A numeric vector of length 2.

Details

The function has multiple local minima and one global minimum in the origin.

Value

The function value at x, a single numeric.

References

https://en.wikipedia.org/wiki/Ackley_function

Examples

f_ackley(c(0, 0))


ino documentation built on Sept. 29, 2023, 5:09 p.m.