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
ac99216e
Commit
ac99216e
authored
Apr 09, 2015
by
Delaigue Olivier
Browse files
Signed-off-by: Olivier Delaigue <olivier.delaigue@irstea.fr>
parent
76600c38
Changes
1
Hide whitespace changes
Inline
Side-by-side
R/Calibration_optim.R
View file @
ac99216e
...
...
@@ -139,7 +139,7 @@ Calibration_optim <- function(InputsModel,RunOptions,InputsCrit,CalibOptions,FUN
OutputsCalib
<-
list
(
as.double
(
ParamFinalR
),
CritFinal
*
Multiplier
,
as.integer
(
RESULT
$
counts
[
1
]),
CritName
,
CritBestValue
);
names
(
OutputsCalib
)
<-
c
(
"ParamFinalR"
,
"CritFinal"
,
"NRuns"
,
"CritName"
,
"CritBestValue"
);
class
(
OutputsCalib
)
<-
c
(
"OutputsCalib"
,
"optim"
);
return
(
OutputsCalib
)
;
return
(
OutputsCalib
)
}
...
...
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