dot-getConcurrentSimulationRunnerResults: Get SimulationResults from ConcurrentSimulationRunner

.getConcurrentSimulationRunnerResultsR Documentation

Get SimulationResults from ConcurrentSimulationRunner

Description

Get SimulationResults from ConcurrentSimulationRunner

Usage

.getConcurrentSimulationRunnerResults(
  results,
  resultsIdSimulationIdMap,
  simulationIdSimulationMap,
  silentMode,
  stopIfFails
)

Arguments

results

.NET object created by RunConcurrently()

resultsIdSimulationIdMap

Map of results ids as keys with values being the ids of simulations the respective batch was created with. The order of IDs is as they were added to the batch.

simulationIdSimulationMap

A named list of simulation ids as keys and simulation objects as values to the id of a result

silentMode

If TRUE, no warnings are displayed if a simulation fails. Default is FALSE. Has no effect if stopIfFails is TRUE.

stopIfFails

Whether to stop the execution if one of the simulations failed. Default is FALSE.

Details

Create a list of SimulationResults-objects from the results of a ConcurrentSimulationRunner

Value

A named list of SimulationResults objects with the names being the ids of simulations or simulation-batch values pairs they were produced by


Open-Systems-Pharmacology/OSPSuite-R documentation built on April 28, 2024, 2:24 a.m.