Description Usage Arguments Value Author(s)
Interface to the internal C++ optimization routine "optimize"
1 | cppOptimize(f_, min.x, max.x, prec = .Machine$double.eps^0.25)
|
f_ |
the function |
min.x |
minimum bound on x |
max.x |
maximum bound on x |
prec |
precision (same default as for the original optimize function) |
A list with the following elements:
the minimum abscissa found by the algorithm
the inverse Hessian at par
list of the function evaluation pairs: args
and
vals
Daniel Sabanes Bove daniel.sabanesbove@ifspm.uzh.ch
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.