Dustin Carlino
|
c0eeb8848a
|
still start a scenario, even if theres not enough room for all the parked cars or if some bike trips are impossible
|
2019-11-11 17:00:45 -08:00 |
|
Dustin Carlino
|
1ff80b2e20
|
start figuring out what impact edits have on trips in a scenario. also,
count trips with the first path failing as aborted.
|
2019-11-11 14:14:19 -08:00 |
|
Dustin Carlino
|
b24100caba
|
collect and draw info on road throughput per some bucket of time. much
work needed.
|
2019-11-10 14:38:26 -08:00 |
|
Dustin Carlino
|
5bb8e0a83b
|
overhaul stop signs. can only toggle which roads have a stop sign or
not. no more granular control of individul turns
|
2019-11-09 14:20:31 -08:00 |
|
Dustin Carlino
|
7b2a0b87b3
|
just use 3 turn priorities, interpret them a bit differently.
temporarily kinda breaking stop signs
|
2019-11-09 13:35:55 -08:00 |
|
Dustin Carlino
|
965037ce77
|
mvp of visualizing interactive sources/sinks
|
2019-11-08 13:16:22 -08:00 |
|
Dustin Carlino
|
8fa813f5c2
|
match agents spawning somewhere on a lane as a border intersection, so trip counting works. much simpler than the full refactor attempted in another branch.
|
2019-11-08 12:23:55 -08:00 |
|
Dustin Carlino
|
b7dd4d5ec0
|
stop flipping colors of cars based on stuck/moving when zoomed in
|
2019-11-08 09:38:38 -08:00 |
|
Dustin Carlino
|
6a5b312a07
|
same for correct end lanes
|
2019-11-07 16:32:26 -08:00 |
|
Dustin Carlino
|
b0dde63e57
|
make bulk spawner use correct start lanes
|
2019-11-07 16:16:04 -08:00 |
|
Dustin Carlino
|
e82abafb70
|
change gridlock score to use number of finished trips
|
2019-11-07 08:59:29 -08:00 |
|
Dustin Carlino
|
c326017883
|
make sim analytics invariant of the step() sizes called. prebaked vs
live sims were artifically different.
|
2019-11-06 12:31:13 -08:00 |
|
Dustin Carlino
|
1a28768df3
|
displaying bus delay data over time. needs work, but solid start to a
general plotting mechanism
|
2019-11-05 13:00:51 -08:00 |
|
Dustin Carlino
|
c54842faff
|
get rid of DurationStats, just beef up DurationHistogram slightly
|
2019-11-04 14:31:40 -08:00 |
|
Dustin Carlino
|
ec956f5b13
|
turning PrebakedResults into just sim analytics
|
2019-11-04 14:24:06 -08:00 |
|
Dustin Carlino
|
974ad24ec3
|
refactoring some TripMode enum stuff
|
2019-11-04 13:51:25 -08:00 |
|
Dustin Carlino
|
7eeebb72ec
|
displaying different bus arrival info, and experimenting with storing the data differently. no prebaking yet.
|
2019-11-04 10:41:50 -08:00 |
|
Dustin Carlino
|
8d32671834
|
dont spawn buses by default in scenarios
|
2019-11-04 09:59:52 -08:00 |
|
Dustin Carlino
|
7c6f2c62b6
|
compare faster trips by baseline over time
|
2019-11-03 17:17:47 -08:00 |
|
Dustin Carlino
|
3ba33e4bd0
|
add some initial info on trips to/from different locations to info panel
|
2019-11-02 16:34:10 -07:00 |
|
Dustin Carlino
|
facd9c68b3
|
remove old gridlock detector, in favor of a tool to find the front of a
chain of blockage
|
2019-11-01 15:31:26 -07:00 |
|
Dustin Carlino
|
d187332734
|
prototype a new challenge to create gridlock
|
2019-11-01 09:59:39 -07:00 |
|
Dustin Carlino
|
abf14e1fac
|
track when map edits are dirty
|
2019-10-31 14:51:35 -07:00 |
|
Dustin Carlino
|
ef01501509
|
overhaul finished trips graph. record times in order, build the graph later
|
2019-10-31 13:46:26 -07:00 |
|
Dustin Carlino
|
1d5064ca1b
|
track all bus arrivals, show distribution. track total number of
passengers per route
|
2019-10-29 22:11:56 -07:00 |
|
Dustin Carlino
|
a5892daedb
|
add a new lane type for road closures
|
2019-10-29 17:04:57 -07:00 |
|
Dustin Carlino
|
75e155fec6
|
filter out parking lanes without any sidewalks at all nearby (and also
warn about them)
|
2019-10-26 17:53:09 -07:00 |
|
Dustin Carlino
|
ee02ff9944
|
display when a bus last served a stop. move some of these analytics to
be owned by sim
|
2019-10-26 12:33:00 -07:00 |
|
Dustin Carlino
|
1e903c6cee
|
pass a flag to disable using mapfixes, since it's annoying to keep temporarily deleting these
|
2019-10-25 10:09:47 -07:00 |
|
Dustin Carlino
|
2d02f90d9b
|
another easy one -- one phase per road
|
2019-10-22 14:29:58 -07:00 |
|
Dustin Carlino
|
c9db056c3a
|
start representing shared left turn lanes. nothing uses them yet,
just draw them (without the left turn markings)
|
2019-10-21 16:14:16 -07:00 |
|
Dustin Carlino
|
c9a6f0a7d8
|
call out agents that've been blocked in an intersection for a while.
this is basically a fast gridlock detector
|
2019-10-20 12:49:25 -07:00 |
|
Dustin Carlino
|
8c826a870c
|
try waking up people at intersections in waiting-order, for proper fairness
|
2019-10-19 21:41:53 -07:00 |
|
Dustin Carlino
|
d04b6a240e
|
when trip starts from a garage, dont walk down the front path uselessly first
|
2019-10-19 20:18:06 -07:00 |
|
Dustin Carlino
|
f78b11d633
|
(temporarily) filter out driveways too close to either end of the road.
get cars unparking from driveways properly.
|
2019-10-19 19:10:59 -07:00 |
|
Dustin Carlino
|
28bb1ba194
|
interactively spawn a parked car in a garage
|
2019-10-19 17:17:33 -07:00 |
|
Dustin Carlino
|
5b9a8dd914
|
seeding buses more robustly. spot fixes to maps to prevent regressions
|
2019-10-19 16:54:54 -07:00 |
|
Dustin Carlino
|
7020544073
|
show which bus a ped is waiting for
|
2019-10-19 16:00:55 -07:00 |
|
Dustin Carlino
|
f1f951fc1c
|
Revert "distinguish parked cars that have a trip scheduled or not"
This reverts commit dba7ced094 .
Is slow, not so useful. Could implement more intelligently, but not
worthwhile yet.
|
2019-10-19 15:24:40 -07:00 |
|
Dustin Carlino
|
a4b24c2643
|
speed up some stuff indirectly used in bus locations to not be so terrible
|
2019-10-19 15:00:36 -07:00 |
|
Dustin Carlino
|
6989c72aa1
|
show location of all buses serving a route
|
2019-10-19 13:40:24 -07:00 |
|
Dustin Carlino
|
44e74d1ed3
|
trips from border to a bldg make that bldg own the car, so it can be reused. vastly reduces the number of aborted trips in the full montlake run
|
2019-10-18 12:50:48 -07:00 |
|
Dustin Carlino
|
d6a9e0e541
|
just one copy of the code to calculate parked car seeding per bldg, in popdat. remove variant in scenario manager
|
2019-10-18 11:47:03 -07:00 |
|
Dustin Carlino
|
dba7ced094
|
distinguish parked cars that have a trip scheduled or not
|
2019-10-17 14:54:30 -07:00 |
|
Dustin Carlino
|
012d5bdd1d
|
make parking/unparking on offside shift the correct direction.
theoretically also handle unparking from a driveway, but cant test that
easily yet...
|
2019-10-17 14:40:27 -07:00 |
|
Dustin Carlino
|
5e41a607fd
|
adjust starting pos of parked cars going to offside driving lane
|
2019-10-17 14:11:07 -07:00 |
|
Dustin Carlino
|
b28874d5bc
|
find trips using a parked car later
|
2019-10-16 18:54:28 -07:00 |
|
Dustin Carlino
|
03d31477af
|
make sim handle parking lanes on off-side of a oneway. ostensibly.
haven't forced a test case yet
|
2019-10-16 17:55:22 -07:00 |
|
Dustin Carlino
|
f6865fac43
|
Get rid of ID::Trip, not sure why that ever made sense
|
2019-10-14 13:57:37 -07:00 |
|
Dustin Carlino
|
85ff33e72d
|
basic, but working, impl of cars lane-changing opportunistically
|
2019-10-13 14:30:20 -07:00 |
|