Model.run: Runs the simulation until the 'end_time' specified in the...

Description Usage Arguments

View source: R/Model.R

Description

Runs the simulation until the end_time specified in the parameters (wrapper for Model$run())

Usage

1
Model.run(model, n_steps = NULL, verbose = TRUE)

Arguments

model

The Model object (R6 Class)

n_steps

Number of simulation steps to run. NULL means that the simulation runs until the end (parameter "end_time")).

verbose

Show progress of the calculation (default = TRUE)


OpenABMCovid19 documentation built on July 20, 2021, 5:08 p.m.