Learn R Programming

rrepast (version 0.4.0)

getExperimentParamSet: Helper function to get experiment paramset

Description

The RunExperiment function returns a list holding the paramset, output and dataset collection. The paramset collection contains the parameters used for running the experimental setup. The output has the results from user provided calibration function. The dataset collection has the raw output of 'Repast' aggregated dataset.

Usage

getExperimentParamSet(e)

Arguments

e
-- The experiement object returned by RunExperiment

Value

  • The reference to output container.

Examples

Run this code
d<- "C:/usr/models/your-model-directory"
   m<- Model(d)
   ...
   e<- RunExperiment(e,r=1,exp.design,my.cost)
   p<- getExperimentParamSet(e)

Run the code above in your browser using DataLab