runSimulationToResponseMap

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. This functionality is essentially the same as the function, runSimulation(), except that the result wraps a ResponseMap rather than a SimulationRun.

Return

a result wrapping a ResponseMap.

Parameters

modelInputs

the request data containing model identifiers, inputs, response names, and parameters necessary to execute and evaluate the simulation