Companion

Properties

Link copied to clipboard

Counts the number of times the provider executes a simulation model

Functions

Link copied to clipboard

Converts the data within the SimulationRun to a ResponseMap and ensures that the model inputs are associated with the responses.

Link copied to clipboard
fun executeSimulation(modelInputs: ModelInputs, model: Model, expIdentifier: String? = null): SimulationRun

Executes a simulation using the given model inputs. It updates the model's parameters based on the request data and runs the simulation. Thus, a side effect of this function is to update the model's experimental run parameters. Thus, you may want to capture the current experimental run parameters before calling this function.

Link copied to clipboard

Converts the data within the SimulationRun to a ResponseMap and ensures that the model inputs are associated with the responses.