TF_hartmann {TestFunctions}R Documentation

TF_hartmann: hartmann function for evaluating a single point.

Description

TF_hartmann: hartmann function for evaluating a single point.

Usage

TF_hartmann(x)

Arguments

x

Input vector at which to evaluate.

Value

Function output evaluated at x.

Examples

TF_hartmann(rep(0,6))
TF_hartmann(rep(1,6))
TF_hartmann(c(.20169, .150011, .476874, .275332, .311652, .6573)) # Global minimum of -3.322368

[Package TestFunctions version 0.2.1 Index]