public class ExperimentRunner extends Object
| Modifier and Type | Field and Description |
|---|---|
static ConfidenceStopCondition |
confidenceStopCondition |
| Constructor and Description |
|---|
ExperimentRunner() |
| Modifier and Type | Method and Description |
|---|---|
static double |
run(SimuComModel model)
Run the given simulation model until the given simulation time is reached
|
static double |
run(SimuComModel model,
long simTime)
Deprecated.
Use run(SimuComModel) instead as time is already stored in SimuComModel
|
public static ConfidenceStopCondition confidenceStopCondition
public static double run(SimuComModel model, long simTime)
model - Simulation model to executesimTime - Maximum simulation time to run the simulation forpublic static double run(SimuComModel model)
model - Simulation model to execute