Commit f5730cc1 authored by Delaigue Olivier's avatar Delaigue Olivier
Browse files

v1.2.13.8 DOC: minor type revision in param optim vignette

Showing with 3 additions and 3 deletions
+3 -3
Package: airGR Package: airGR
Type: Package Type: Package
Title: Suite of GR Hydrological Models for Precipitation-Runoff Modelling Title: Suite of GR Hydrological Models for Precipitation-Runoff Modelling
Version: 1.2.13.7 Version: 1.2.13.8
Date: 2019-04-02 Date: 2019-04-02
Authors@R: c( Authors@R: c(
person("Laurent", "Coron", role = c("aut", "trl"), comment = c(ORCID = "0000-0002-1503-6204")), person("Laurent", "Coron", role = c("aut", "trl"), comment = c(ORCID = "0000-0002-1503-6204")),
......
...@@ -13,7 +13,7 @@ output: ...@@ -13,7 +13,7 @@ output:
### 1.2.13.7 Release Notes (2019-04-02) ### 1.2.13.8 Release Notes (2019-04-02)
......
...@@ -108,7 +108,7 @@ We can then extract the best parameter sets and the value of the performance cri ...@@ -108,7 +108,7 @@ We can then extract the best parameter sets and the value of the performance cri
```{r, warning=FALSE, results='hide', eval=FALSE} ```{r, warning=FALSE, results='hide', eval=FALSE}
parPORT <- t(sapply(listOptPORT, function(x) x$par)) parPORT <- t(sapply(listOptPORT, function(x) x$par))
objPORT <- sapply(listOptPORT, function(x) x$objective) objPORT <- sapply(listOptPORT, function(x) x$objective)
parPORT <- data.frame(parPORT, RMSE = objPORT) parPORT <- data.frame(parPORT, RMSE = objPORT)
``` ```
As can be seen below, the optimum performance criterion values (column *objective*) can differ from the global optimum value in many cases, resulting in various parameter sets. As can be seen below, the optimum performance criterion values (column *objective*) can differ from the global optimum value in many cases, resulting in various parameter sets.
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment