Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
openmole
market
Commits
1792b869
Commit
1792b869
authored
Nov 27, 2020
by
Romain Reuillon
Browse files
Fix syntaxe
parent
0e9bc71f
Changes
3
Hide whitespace changes
Inline
Side-by-side
sensitivity/morris/MorrisTraffic.oms
View file @
1792b869
...
...
@@ -36,6 +36,6 @@ SensitivityMorris(
inputDeceleration in (0.0, 0.099)
),
outputs = Seq(outputSpeedMin, outputSpeedMax),
repetitions
= 100,
level
s
= 5) hook (workDirectory / "results_traffic" / "sensitivity")
sample
= 100,
level = 5) hook (workDirectory / "results_traffic" / "sensitivity")
sensitivity/morris/MorrisTrafficWithPlot.oms
View file @
1792b869
...
...
@@ -37,8 +37,8 @@ val sensi = SensitivityMorris(
inputDeceleration in (0.0, 0.099)
),
outputs = Seq(outputSpeedMin, outputSpeedMax),
repetitions
= 20,
level
s
= 5)
sample
= 20,
level = 5)
// R Task plotting the graphs
val fileGraphSensitivity = Val[File]
...
...
sensitivity/morris/MorrisVerify.oms
View file @
1792b869
...
...
@@ -35,7 +35,7 @@ SensitivityMorris(
inputE in (0.0, 10.0)
),
outputs = Seq(outputX, outputY, outputZ),
repetitions
= 10,
level
s
= 5) hook storeSensitivityCSV
sample
= 10,
level = 5) hook storeSensitivityCSV
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