Run more generations of ABC SMC
continue(object, ngen = 1, ..., verbose = getOption("verbose", FALSE))# S4 method for SimInf_abc
continue(object, ngen = 1, ..., verbose = getOption("verbose", FALSE))
The SimInf_abc to continue from.
The number of generations of ABC-SMC to run.
Further arguments to be passed to
SimInf_abc@fn.
prints diagnostic messages when TRUE. The
default is to retrieve the global option verbose and
use FALSE if it is not set.
A SimInf_abc object.