Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
vadere
vadere
Commits
a87c170c
Commit
a87c170c
authored
Nov 08, 2019
by
Benedikt Zoennchen
Browse files
decrease runtime of regular_wall_nelder_mead_ok by reducing the spawnNumber.
parent
8b1d0310
Pipeline
#176027
passed with stages
in 119 minutes and 4 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Scenarios/ModelTests/TestOSM/scenarios/regular_wall_nelder_mead_ok.scenario
View file @
a87c170c
...
...
@@ -139,7 +139,7 @@
"height" : 10.0,
"type" : "RECTANGLE"
},
"id" :
-1
"id" :
3
}, {
"shape" : {
"type" : "POLYGON",
...
...
@@ -157,7 +157,7 @@
"y" : 0.5001
} ]
},
"id" :
-1
"id" :
4
}, {
"shape" : {
"type" : "POLYGON",
...
...
@@ -175,7 +175,7 @@
"y" : -1.0E-4
} ]
},
"id" :
-1
"id" :
5
}, {
"shape" : {
"type" : "POLYGON",
...
...
@@ -193,7 +193,7 @@
"y" : 9.4999
} ]
},
"id" :
-1
"id" :
6
}, {
"shape" : {
"type" : "POLYGON",
...
...
@@ -211,7 +211,7 @@
"y" : 10.0001
} ]
},
"id" :
-1
"id" :
7
} ],
"measurementAreas" : [ {
"shape" : {
...
...
@@ -245,7 +245,7 @@
"targetChangers" : [ ],
"absorbingAreas" : [ ],
"sources" : [ {
"id" :
-1
,
"id" :
2
,
"shape" : {
"x" : 2.5,
"y" : 2.5,
...
...
@@ -255,7 +255,7 @@
},
"interSpawnTimeDistribution" : "org.vadere.state.scenario.ConstantDistribution",
"distributionParameters" : [ 1.0 ],
"spawnNumber" : 5
0
,
"spawnNumber" : 5,
"maxSpawnNumberTotal" : -1,
"startTime" : 0.0,
"endTime" : 0.0,
...
...
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