psydiffOptimBFGS | R Documentation |
wrapper for BFGS optimizer from optim
psydiffOptimBFGS( model, fn = psydiffFitInternal, gr = psydiffGradientsInternal, ... )
model |
psydiff model object (must have been compiled before calling psydiffOptimBFGS) |
... |
additional parameters to pass to optim |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.