simulationRunToResponseMap

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

The method processes the simulation results to estimate and map the responses specified in the model inputs. If the model inputs specifies no response names, all responses from the simulation run are included in the result map.

Return

a ResponseMap holding the results from the simulation run

Parameters

modelInputs

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.