funBeale | R Documentation |
2-dim Beale Test Function
funBeale(x)
x |
matrix of points to evaluate with the function. Rows for points and columns for dimension. |
1-column matrix with resulting function values
Beale, E.M.L. On an interactive method of finding a local minimum of a function of more than one variable. Tech. Rep. No. 25, Statistical Techniques Research Group, Princeton Univ., Princeton, N.J., 1958.
Rosenbrock, H. (1960). An automatic method for finding the greatest or least value of a function. The Computer Journal, 3(3), 175-184. doi: 10.1093/comjnl/3.3.175
x1 <- matrix(c(1,1),1,) funBeale(x1) res <- spot(,funBeale,c(1,-1),c(5,2),control=list(funEvals=15)) plotModel(res$model)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.