powered by
Wrapper function for funOptimizeSim
funOptimizeSim
funWrapOptimizeSim(x, conf, data)
num: real values. Will be interpreted as parameter values from babsimHospital. Names of these parameters can be obtained via getParameterName.
babsimHospital
getParameterName
list with the following entries:
seed
seed. Default: 123
simRepeats
simmer repeats
parallel
simmer parallel runs. Default: FALSE
perCores
percentage of cores used for parallel simmer simulations. Default: 0.5 (=50 percent)
ICU
use ICU infection data. Default: FALSE
logLevel
log leved (0 or 1). Default: 0 (no output)
For example: conf <- babsimToolsConf()
conf <- babsimToolsConf()
list with simData and fieldData, e.g. data <- getObkData().
data <- getObkData()
This function returns a num [1, 1] matrix, that represents the combined rmse from the three beds.
# NOT RUN { para <- getStartParameter() conf <- babsimToolsConf() data <- getObkData() funWrapOptimizeSim(x = para, conf = conf, data = data) # }
Run the code above in your browser using DataLab