View source: R/utils-optimization.R
make_optim_function | R Documentation |
stats::optim
.Takes a non-primitive R function and refactors it to be compatible with optimization via stats::optim
.
make_optim_function(fn, ...)
fn |
|
... |
Arguments to |
drop_fn_params
, collect_fn_params
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.