branin_function {soobench}R Documentation

Generatore for the Branin test function.

Description

This function is a 2D test function. The generator does not take any parameters. The only exists so that the interface is consitent with all other test functions.

Usage

  branin_function()

Value

A soo_function.

Examples

f <- branin_function()
plot(f, rank=TRUE)

[Package soobench version 1.0-73 Index]