powered by
An implementation of Booker et al.<U+2019>s method on a re-scaled/coded version of the 2-dim Goldstein<U+2013>Price function
funGoldsteinPrice(x)
(m,2)-matrix of points to evaluate with the function. Rows for points and columns for dimension.
m,2
1-column matrix with resulting function values
# NOT RUN { x1 <- matrix(c(-pi, 12.275),1,) funGoldsteinPrice(x1) # }
Run the code above in your browser using DataLab