runOptLocal | R Documentation |
Run a local optimization on a set of parameters
runOptLocal( X, rkiwerte = babsim.hospital::rkidata, icuwerte = babsim.hospital::icudata, region = 5374, TrainFieldStartDate = NULL, TrainSimStartDate = NULL, verbosity = 0, seed = 123, funEvals = 35, simrepeats = 2, parallel = FALSE, percCores = NULL, icu = TRUE, icuWeights = 1, resourceNames = c("intensiveBed", "intensiveBedVentilation"), resourceEval = c("intensiveBed", "intensiveBedVentilation"), spotEvalsParallel = FALSE )
X |
matrix of parameters. Each row should contain one parameterset to which a local optimization is applied |
rkiwerte |
RKI Daten |
icuwerte |
ICU Daten |
region |
Landkreis Id, e.g., |
TrainFieldStartDate |
Start (Tag), e.g., |
TrainSimStartDate |
Start (Tag), e.g., |
verbosity |
verbosity (int). Default: |
seed |
Seed |
funEvals |
Auswertungen fuer SPOT (Simulationen, die fuer einen SPOT Lauf zur Verfuegung stehen) |
simrepeats |
Sim Wdhlg |
parallel |
logical |
percCores |
percentage |
icu |
ICU Daten |
icuWeights |
Gewichtung der ICU Betten |
resourceNames |
Name der Ressourcen |
resourceEval |
Name der zu evaluierenden Ressourcen |
spotEvalsParallel |
Should the spot repeats be evaluated in parallel? |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.