Run or load scenarios
runOrLoadScenarios.RdThis function checks if the simulation results for scenarios already exist. If they do, it loads them; otherwise, it runs the scenarios and saves the results.
Arguments
- projectConfiguration
Configuration for the project, containing paths and settings necessary to run the simulations and load the results.
- scenarioList
Named list of Scenario objects to be managed.
- simulationRunOptions
Object of type `SimulationRunOptions` that will be passed to simulation runs. If `NULL`, default options are used.
- ...
Additional arguments passed to `runAndSaveScenarios`.
See also
Other scenario management:
calculatePKParameterForScenarios(),
createScenarios.wrapped(),
loadPKParameter(),
loadScenarioResultsToFramework(),
runAndSaveScenarios()