Run a grid again
Usage
rerun_grid(
grid,
bounds,
cells = NULL,
control = list(eval.max = 10000, iter.max = 10000)
)Arguments
- grid
A
listof fitted model objects from a previousrun_gridcall.- bounds
A
listwithlowerandupperelements defining parameter bounds, created using theget_boundsfunction.- cells
Integer
vectorspecifying which grid cells to rerun. Default isNULL, which reruns all cells.- control
A
listof control parameters passed tonlminb. Default islist(eval.max = 10000, iter.max = 10000).
