View source: R/funWrapOptimizeSim.R
funWrapOptimizeSim | R Documentation |
Wrapper function for funOptimizeSim
funWrapOptimizeSim(x, conf, data)
x |
num: real values. Will be interpreted as parameter values from |
conf |
list with the following entries:
For example: |
data |
list with simData and fieldData, e.g. |
This function returns a num [1, 1] matrix, that represents the combined rmse from the three beds.
para <- getStartParameter() conf <- babsimToolsConf() data <- getObkData() funWrapOptimizeSim(x = para, conf = conf, data = data)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.