File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -346,6 +346,7 @@ Simulator <- R6::R6Class(
346346# ' simulator <- Simulator$new(agents,
347347# ' horizon = 100L,
348348# ' simulations = 100L,
349+ # ' save_interval = 1,
349350# ' save_context = FALSE,
350351# ' save_theta = FALSE,
351352# ' do_parallel = TRUE,
@@ -402,7 +403,7 @@ Simulator <- R6::R6Class(
402403# ' and potential errors when running a \code{Simulator} in parallel mode.
403404# ' }
404405# ' \item{\code{log_interval}}{
405- # ' \code{integer}. Sets the log write interval.
406+ # ' \code{integer}. Sets the log write interval. Default every 1000 time steps.
406407# ' }
407408# ' \item{\code{include_packages}}{
408409# ' \code{List}. List of packages that (one of) the policies depend on. If a \code{Policy} requires an
You can’t perform that action at this time.
0 commit comments