simulate

fun simulate(numReps: Int = 1, runLength: Double, warmUp: Double = 0.0, expName: String? = null)

A convenience method for running a simulation

Parameters

expName

the name of the experiment

numReps

the number of replications

runLength

the length of the simulation replication

warmUp

the length of the warmup period


fun simulate()

Runs all remaining replications based on the current settings