Easy.RunExperiment {rrepast}R Documentation

Easy API for Runnning Experiments

Description

This function provides a simple wrapper for performing experimental setups using a design matrix

Usage

Easy.RunExperiment(m.dir, m.ds, m.time = 300, r = 1, design, FUN,
  default = NULL)

Arguments

m.dir

The installation directory of some repast model

m.ds

The name of any model aggregate dataset

m.time

The total simulated time

r

The number of replications

design

The design matrix holding parameter sampling

FUN

The objective or cost function. A function defined over the model output.

default

The alternative values for parameters which should be kept fixed

Value

The experiment results


[Package rrepast version 0.8.0 Index]