ellipsoidal_function {soobench}R Documentation

Generator for ellipsoidal test functions.

Description

The ellipsoidal test function is a badly conditioned variant of the sphere function.

Usage

  ellipsoidal_function(dimensions)

Arguments

dimensions

Size of parameter space.

Value

A soo_function.

Examples

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

##'

[Package soobench version 1.0-73 Index]