Join us for
RADAR: AI Edition

soobench (version 1.9.18)

generate_goldstein_price_function: Generator for the Goldstein-Price function.

Description

The definition used is

Usage

generate_goldstein_price_function()

Arguments

Value

A soo_function.

Details

f(x)=(1+(x1+x2+1)2(1914x1+13x1214x2+6x1x2+3x22))(30+(2x13x2)2(1832x1+12x12+48x236x1x2+27x22))

References

Goldstein, A. A. and Price, I. F. On descent from local minima, Mathematics of Computation 25, 569-574, 1971.

Examples

Run this code
# NOT RUN {
f <- generate_goldstein_price_function()
plot(f, rank=TRUE)

# }

Run the code above in your browser using DataLab