funMeyer | R Documentation |
Meyer 3-dim Test Function
funMeyer(x)
x |
matrix (dim 1x3) of points to evaluate with the function. Rows for points and columns for dimension. |
1-column matrix with resulting function values
More, J. J., Garbow, B. S., and Hillstrom, K. E. (1981). Testing unconstrained optimization software. ACM Transactions on Mathematical Software (TOMS), 7(1), 17-41. doi: 10.1145/355934.355936
x1 <- matrix(c(1,1,1),1,) funMeyer(x1) set.seed(13) resMeyer <- spot(matrix(c(0.02,4000,250),1,3), funMeyer,c(0,1000,200),c(3,8000,500), control= list(funEvals=15)) resMeyer$xbest resMeyer$ybest print("Model with parameters") plotModel(resMeyer$model) plotModel(resMeyer$model,which=2:3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.