- Notifications
You must be signed in to change notification settings - Fork4
Commitd4a002b
authored
Sim reps & misc (#54)
* Sim replicationsCan simulate multiple replications (each with different calls) and collect statistics.Can simulate the replications in parallel with multi-threading, see function `simulateReps!`.For sim config, can specify 'callGenConfig' input file to generate calls instead of a 'calls' file; also set 'numCallsFiles' element in gen config file to the number of replications.* Example scriptsChanged scripts to work with replications instead of batches.Logging of statistics.Changed tests.Added deployment_search.jl.Added transient.jl, for determining warm-up and cool-down duration.Replaced deployment_ranking.jl with deployment_test.jl.* Bug fixesFunction `statsDictFromPeriodStatsList`, some call duration statistics (handover, queued, bumped, transport) had the wrong divisor.Function `statsDictFromPeriodStatsList` assertion needed changing.Function `setAmbStation!` was not working.* MiscAdded tests.Write stats dict to file.For gen config, added parameter 'minLastCallArrivalTime'.Changed function `runGenConfigCalls` to return call sets, and made writing to file optional.For `getRepsPeriodStatsList` function, check that periods have same duration.Added function `setSimCalls!`.Added function `setMoveUpModule!`.Re-added `findNearestNode` function (removed in last branch merged with master), as some scripts I use depend on it.Read and write priority lists files.Other minor changes.1 parented9db48 commitd4a002b
File tree
40 files changed
+2788
-829
lines changed- example
- scripts
- src
- animation
- decision/move_up
- file
- misc
- types
- test
- data/regions/small
- 3
- 5
- 6
40 files changed
+2788
-829
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
6 | 7 | | |
| 8 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
| 52 | + | |
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
Large diffs are not rendered by default.
This file was deleted.
0 commit comments
Comments
(0)