funRosen | R Documentation |
Rosenbrock Test Function
funRosen(x)
x |
matrix 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
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,) funRosen(x1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.