TestFunctions (version 0.2.0)

TF_GoldsteinPrice: 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)

Value

Function output evaluated at x.

Arguments

x

Input vector at which to evaluate.

Examples

Run this code
TF_GoldsteinPrice(c(0, -1)) # minimum

Run the code above in your browser using DataCamp Workspace