TF_GoldsteinPrice {TestFunctions}R Documentation

TF_GoldsteinPrice: Goldstein Price function for evaluating a single point

Description

TF_GoldsteinPrice: Goldstein Price function for evaluating a single point

Usage

TF_GoldsteinPrice(x)

Arguments

x

Input vector at which to evaluate.

Value

Function output evaluated at x.

Examples

TF_GoldsteinPrice(c(0, -1)) # minimum

[Package TestFunctions version 0.2.1 Index]