ackley_function {soobench}R Documentation

Generator for the Ackley function.

Description

Generator for the Ackley function.

Usage

  ackley_function(dimensions)

Arguments

dimensions

Size of parameter space.

Value

A soo_function.

Examples

f <- ackley_function(2)
plot(f, rank=TRUE)

[Package soobench version 1.0-73 Index]