TestFunctions (version 0.2.0)

TF_ackley: TF_ackley: Ackley function for evaluating a single point.

Description

TF_ackley: Ackley function for evaluating a single point.

Usage

TF_ackley(x, a = 20, b = 0.2, c = 2 * pi)

Value

Function output evaluated at x.

Arguments

x

Input vector at which to evaluate.

a

A constant for ackley()

b

A constant for ackley()

c

A constant for ackley()

Examples

Run this code
TF_ackley(c(0, 0)) # minimum of zero, hard to solve

Run the code above in your browser using DataCamp Workspace