simulation Run To Response Map
fun simulationRunToResponseMap(modelInputs: ModelInputs, simulationRun: SimulationRun): ResponseMap(source)
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
model Inputs
the request data containing model identifier, inputs, response names, and additional parameters necessary for simulation evaluation
simulation Run
the simulation execution results containing the data to be processed and mapped
Throws
if the provided simulation run has an error.