Package de.uka.ipd.sdq.simucomframework
Class ExperimentRunner
java.lang.Object
de.uka.ipd.sdq.simucomframework.ExperimentRunner
Helper class to actually perform a simulation run using desmo-j
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic double
run
(SimuComModel model) Run the given simulation model until the given simulation time is reachedstatic double
run
(SimuComModel model, long simTime) Deprecated.Use run(SimuComModel) instead as time is already stored in SimuComModel
-
Field Details
-
confidenceStopCondition
-
-
Constructor Details
-
ExperimentRunner
public ExperimentRunner()
-
-
Method Details
-
run
Deprecated.Use run(SimuComModel) instead as time is already stored in SimuComModelRun the given simulation model until the given simulation time is reached- Parameters:
model
- Simulation model to executesimTime
- Maximum simulation time to run the simulation for
-
run
Run the given simulation model until the given simulation time is reached- Parameters:
model
- Simulation model to execute
-