WrapperRun {rrepast} | R Documentation |
WrapperRun
Description
Wrapper for the Run and ParallelRun functions
Usage
WrapperRun(modeldir, datasource, maxtime, r = 1, seed = c(),
design = NULL, default = NULL, multi = TRUE)
Arguments
modeldir |
The installation directory of some repast model |
datasource |
The name of any model aggregate dataset |
maxtime |
The total simulated time |
r |
The number of experiment replications |
seed |
The random seed collection |
design |
The desing matrix holding parameter sampling |
default |
The alternative values for parameters which should be kept fixed |
multi |
allows forcing single core execution, default is using multi-core |
Value
The model output dataset
[Package rrepast version 0.8.0 Index]