simulationRunToResponseMap

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.

Return

a map where the key is the given request and the value is a ResponseMap containing the estimated simulation responses for the requested response names

Parameters

request

the request data containing model identifier, inputs, response names, and additional parameters necessary for simulation evaluation

simulationRun

the simulation execution results containing the data to be processed and mapped

Throws

if the provided simulation run has an error.