View source: R/fitmethod-gridSearch.R
use grid search to fit a model to data
1 2 |
model.obj |
the model object |
data |
a mortalityData object |
verbose |
if TRUE, print details of fit to the screen |
M |
the number of rounds of grid search to use (see optimize.grid) |
delta |
the delta parameter (see optimize.grid) |
grid.dim |
the size of each dimension of the grid (see optimize.grid) |
theta.init |
if not NULL, the values around which the grid should be centered. if NULL, defaults will be used |
cpp |
if TRUE, use C++ version of the grid search algorithm (defaults to FALSE) |
... |
TODO |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.