Configure UCODE run
Usage
ucConf(
general = ucConfGeneral(),
parameters = ucDefaultConfParameters(),
weights = ucDefaultConfWeights()
)Arguments
- general
configuration of control
parametersas retrieved byucConfGeneral.- parameters
data.frame with each row representing a parameter configuration as e.g. retrieved by
ucConfParameter. For possible parameter names seeucSetPlaceholder- weights
Matrix of
weightsas e.g. retrieved byucDefaultConfWeights. Matix ofweightsis used when calculating overall fitness. Row names = names of fitness indicators out of the set of c("ME", "MAE", "MSE", "RMSE", "NRMSE", "PBIAS", "RSR", "rSD", "NSE", "mNSE", "rNSE", "d", "md", "rd", "cp", "r", "R2", "bR2", "KGE, "VE"). Column names = well names ("PW" = pumping well, observation wells named as in parameter setting). See example.