Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
vadere
vadere
Commits
6787f899
Commit
6787f899
authored
Jan 24, 2019
by
Daniel Lehmberg
Browse files
increase nTrials see
#92
parent
bc9f5c0f
Pipeline
#86472
passed with stages
in 100 minutes and 42 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
VadereSimulator/tests/org/vadere/simulator/models/seating/TestChooseSeatGroup.java
View file @
6787f899
...
...
@@ -54,7 +54,7 @@ public class TestChooseSeatGroup {
fillCompartment
(
compartment
,
0
,
1
,
2
,
3
);
assert
compartment
.
getPersonCount
()
==
6
;
final
int
nTrials
=
1000
;
final
int
nTrials
=
1000
0
;
final
TallySheet
<
Integer
>
tallySheet
=
runChooseSeatGroup
(
compartment
,
nTrials
);
List
<
Integer
>
sortedKeys
=
tallySheet
.
getKeys
().
stream
()
...
...
@@ -79,7 +79,7 @@ public class TestChooseSeatGroup {
fillCompartment
(
compartment
,
1
,
2
,
3
,
4
);
assert
compartment
.
getPersonCount
()
==
10
;
final
int
nTrials
=
1000
;
final
int
nTrials
=
1000
0
;
final
TallySheet
<
Integer
>
tallySheet
=
runChooseSeatGroup
(
compartment
,
nTrials
);
List
<
Integer
>
sortedKeys
=
tallySheet
.
getKeys
().
stream
()
...
...
@@ -101,7 +101,7 @@ public class TestChooseSeatGroup {
fillCompartment
(
compartment
,
personCountForEachSeatGroup
,
personCountForEachSeatGroup
,
personCountForEachSeatGroup
,
personCountForEachSeatGroup
);
final
int
nTrials
=
1000
;
final
int
nTrials
=
1000
0
;
final
TallySheet
<
Integer
>
tallySheet
=
runChooseSeatGroup
(
compartment
,
nTrials
);
for
(
Integer
key
:
tallySheet
.
getKeys
())
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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