Companion
object Companion
Functions
Link copied to clipboard
fun executeSimulation(request: RequestData, model: Model, expIdentifier: String? = null): SimulationRun
Executes a simulation using the given request data and model. It updates the model's parameters based on the request data, runs the simulation, and resets the model's parameters to their original state after execution. This default implementation executes each replication of the request sequentially.
Link copied to clipboard
Associates a given request with a ResponseMap from a simulation run. The method processes the simulation results to estimate and map the responses specified in the request. If the request specifies no response names, all responses from the simulation run are included in the result map.