simulation Runs Grouped By Model Input Names
open fun simulationRunsGroupedByModelInputNames(): Map<Set<String>, Map<ModelInputs, SimulationRun>>(source)
Partitions the simulation runs into groups that are determined by the model inputs that have the same input and response names. Any simulation runs that have model inputs with the same input names and response names are grouped together into a map.
Return
the returned map has keys that are the unique set of strings within the model input names and response names, with values representing the map of model inputs to related simulation runs.