run Simulation
Executes a single simulation run based on the given model input. The simulation will be based on an independent execution of the simulation model. There will be no caching or common random numbers used. If the simulation results in an error, an exception is returned with the error details as part of the Result instance.
Return
a result object wrapping a successful simulation run or an exception if the simulation fails
Parameters
model Inputs
the model input data containing the model identifier, inputs, number of replications, and other parameters necessary to execute the simulation