simplex | R Documentation |
Function to optimize target function using a simplex method adopted from Matlab
simplex(fun, trparsopt, optimpars, ...)
fun |
Function to be optimized |
trparsopt |
Initial guess of the parameters to be optimized |
optimpars |
Parameters of the optimization: relative tolerance in function arguments, relative tolerance in function value, absolute tolerance in function arguments, and maximum number of iterations |
... |
Any other arguments of the function to be optimimzed, or settings of the optimization routine |
out |
A list containing optimal function arguments
( |
.
Rampal S. Etienne
cat("No examples")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.