do_optim | R Documentation |
Perform the optimization
do_optim(
minus_like,
start.values,
lower.values,
upper.values,
options_nloptr = list(algorithm = "NLOPT_LN_BOBYQA", xtol_rel = 1e-08, maxeval = 1000),
optim = c("local", "global"),
...
)
minus_like |
the function to be minimized |
start.values |
vector of starting values |
lower.values |
vector of lower values |
upper.values |
vector of upper values |
options_nloptr |
options to be passed to |
optim |
should a global optimization be performed first ? |
... |
further arguments to be passed to minus_like |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.