Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merging stop_order into develop branch #22

Merged
merged 21 commits into from
Mar 18, 2016
Merged

Merging stop_order into develop branch #22

merged 21 commits into from
Mar 18, 2016

Commits on Feb 20, 2016

  1. Merge pull request #19 from MetropolitanTransportationCommission/develop

    Merge develop updates to stop_order
    lmz committed Feb 20, 2016
    Configuration menu
    Copy the full SHA
    0d1a2c3 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2016

  1. Initial attempt for marking stops as "dirty" if their cost changed af…

    …ter processing
    Lisa Zorn committed Feb 26, 2016
    Configuration menu
    Copy the full SHA
    2db2953 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2016

  1. Got back to original stop ordering since we're flagging stops as dirt…

    …y for reprocessing
    
    Also don't recalc window since we store it.
    Lisa Zorn committed Feb 27, 2016
    Configuration menu
    Copy the full SHA
    fddf057 View commit details
    Browse the repository at this point in the history
  2. No-op: gearing to optimize the priority queue so it can't have multip…

    …le copies of a stop in there
    Lisa Zorn committed Feb 27, 2016
    Configuration menu
    Copy the full SHA
    eeebeb8 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2016

  1. Cleaned up some useless data structures, fixed bugs

    Lisa Zorn committed Mar 8, 2016
    Configuration menu
    Copy the full SHA
    0f4cbe5 View commit details
    Browse the repository at this point in the history
  2. Merge develop updates to stop_order #20

    Including:
    - simplify path def
    - fix prepend_route_id_to_trip_id config requirement
    - output path set
    Lisa Zorn committed Mar 8, 2016
    Configuration menu
    Copy the full SHA
    2bebe27 View commit details
    Browse the repository at this point in the history
  3. Merge fix

    Lisa Zorn committed Mar 8, 2016
    Configuration menu
    Copy the full SHA
    b2e0104 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2016

  1. bug fix: the label should be the hyperpath cost

    Lisa Zorn committed Mar 9, 2016
    Configuration menu
    Copy the full SHA
    fd5f317 View commit details
    Browse the repository at this point in the history
  2. Address issue differently than MIN_XFER_TIME_

    I was finding that if the latest_dep_earliest_arr trip was also the best
    one, then I could get a problem because it would get chosen with high
    probability, and then if it was the only one that was good in the
    previous link, then that was a problem because it wasn't allowed.
    MIN_XFER_TIME_ addressed this but only because stops are typically
    defined with a vehicle arriving and then departing at the same time, so
    it would prevent this in labeling, but it was a hack, because if the
    arrival != departure then it's still a problem.  This is a more lasting
    soln: keep that trip id as defining.
    Lisa Zorn committed Mar 9, 2016
    Configuration menu
    Copy the full SHA
    04f2df3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1ab86a7 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2016

  1. Fix compare results script for output reformats

    Lisa Zorn committed Mar 11, 2016
    Configuration menu
    Copy the full SHA
    756dd9b View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2016

  1. Fix warning on pandas sort()

    Lisa Zorn committed Mar 16, 2016
    Configuration menu
    Copy the full SHA
    ae0707c View commit details
    Browse the repository at this point in the history
  2. Update compare_output.py script

    Lisa Zorn committed Mar 16, 2016
    Configuration menu
    Copy the full SHA
    dfd5545 View commit details
    Browse the repository at this point in the history
  3. Handle calculating preferred delay minutes in path-finding

    As well as transfer-penalty links in path-finding
    Lisa Zorn committed Mar 16, 2016
    Configuration menu
    Copy the full SHA
    faed707 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2016

  1. Merge develop updates to stop order

    Lisa Zorn committed Mar 17, 2016
    Configuration menu
    Copy the full SHA
    fb1fa5d View commit details
    Browse the repository at this point in the history
  2. Merge bug fix

    Lisa Zorn committed Mar 17, 2016
    Configuration menu
    Copy the full SHA
    7ab7b8a View commit details
    Browse the repository at this point in the history
  3. Instrument to return some basic performance measures

    Lisa Zorn committed Mar 17, 2016
    Configuration menu
    Copy the full SHA
    fde3474 View commit details
    Browse the repository at this point in the history
  4. Tableau for looking at performance

    Lisa Zorn committed Mar 17, 2016
    Configuration menu
    Copy the full SHA
    afc4ac0 View commit details
    Browse the repository at this point in the history
  5. Add configuration for max times to process a stop

    Lisa Zorn committed Mar 17, 2016
    Configuration menu
    Copy the full SHA
    873d232 View commit details
    Browse the repository at this point in the history
  6. Fix sort future warning

    Lisa Zorn committed Mar 17, 2016
    Configuration menu
    Copy the full SHA
    dc2785f View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2016

  1. Instrument comparing performance and results a bit

    Lisa Zorn committed Mar 18, 2016
    Configuration menu
    Copy the full SHA
    daad450 View commit details
    Browse the repository at this point in the history