continue {SimInf} | R Documentation |
Run more generations of ABC SMC
Description
Run more generations of ABC SMC
Usage
continue(object, ...)
## S4 method for signature 'SimInf_abc'
continue(
object,
tolerance = NULL,
...,
verbose = getOption("verbose", FALSE),
post_gen = NULL
)
Arguments
object |
The |
... |
Further arguments to be passed to the
|
tolerance |
A numeric matrix (number of summary statistics
|
verbose |
prints diagnostic messages when |
post_gen |
An optional function that, if non-NULL, is applied
after each completed generation. The function must accept one
argument of type |
Value
A SimInf_abc
object.