Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
HYCAR-Hydro
airGR
Commits
e5c97da6
Commit
e5c97da6
authored
Apr 04, 2018
by
Delaigue Olivier
Browse files
v1.0.9.76 param_optim vignette updated (set.seed to have a good convergence with malschains)
parent
0772b294
Changes
3
Hide whitespace changes
Inline
Side-by-side
DESCRIPTION
View file @
e5c97da6
Package: airGR
Type: Package
Title: Suite of GR Hydrological Models for Precipitation-Runoff Modelling
Version: 1.0.9.7
5
Date: 2018-0
2
-0
1
Version: 1.0.9.7
6
Date: 2018-0
4
-0
4
Authors@R: c(
person("Laurent", "Coron", role = c("aut", "trl")),
person("Charles", "Perrin", role = c("aut", "ths")),
...
...
NEWS.rmd
View file @
e5c97da6
...
...
@@ -14,7 +14,7 @@ output:
### 1.0.9.75 Release Notes (2018-0
2
-0
1
)
### 1.0.9.7
6
5 Release Notes (2018-0
4
-0
4
)
____________________________________________________________________________________
...
...
vignettes/V02.1_param_optim.Rmd
View file @
e5c97da6
...
...
@@ -16,7 +16,7 @@ library(DEoptim)
library(hydroPSO)
library(Rmalschains)
# source("airGR.R")
set.seed(
123
)
set.seed(
321
)
```
...
...
@@ -154,7 +154,7 @@ optMALS <- Rmalschains::malschains(fn = OptimGR4J,
As it can be seen in the table below, the four additional optimization strategies tested lead to very close optima.
```{r, warning=FALSE, echo=FALSE}
data.frame(Algo = c("
Michel
", "PORT", "DE", "PSO", "MA-LS"),
data.frame(Algo = c("
airGR
", "PORT", "DE", "PSO", "MA-LS"),
round(rbind(
OutputsCalib$ParamFinalR ,
airGR::TransfoParam_GR4J(ParamIn = optPORT$par , Direction = "TR"),
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment