sphere_function {soobench}R Documentation

Sphere test function generator.

Description

The sphere function is arguably the simplest test function. It is defined as

Usage

  sphere_function(dimensions)

Arguments

dimensions

Size of parameter space.

Details

f(x) = x'x.

Value

A soo_function.


[Package soobench version 1.0-73 Index]