funGoldsteinPrice: Goldstein-Price Test Function (No. 5)

funGoldsteinPriceR Documentation

Goldstein-Price Test Function (No. 5)

Description

An implementation of Booker et al.’s method on a re-scaled/coded version of the 2-dim Goldstein–Price function

Usage

funGoldsteinPrice(x)

Arguments

x

(m,2)-matrix of points to evaluate with the function. Rows for points and columns for dimension.

Value

1-column matrix with resulting function values

Examples

x1 <- matrix(c(-pi, 12.275),1,)
funGoldsteinPrice(x1)


SPOT documentation built on June 26, 2022, 1:06 a.m.