WrapperRunExperiment {rrepast} | R Documentation |
WrapperRunExperiment
Description
Wrapper for the RunExperiment and ParallelRunExperiment functions
Usage
WrapperRunExperiment(modeldir, datasource, maxtime, r = 1, design, FUN,
default = NULL)
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 |
design |
The desing matrix holding parameter sampling |
FUN |
The objective function. |
default |
The alternative values for parameters which should be kept fixed |
Value
The model output dataset
[Package rrepast version 0.8.0 Index]