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

Track Sprint 3 Configuration Changes #9

Merged
merged 20 commits into from
Nov 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
3c11035
initialize sprint 3 configurations
DavidOry Jul 8, 2024
fa7d224
use TOML for index rather than codes
DavidOry Jul 9, 2024
970a942
correct TOML syntax
DavidOry Jul 9, 2024
f757938
explicitly specify highway relative gap by global iter
i-am-sijia Jul 9, 2024
188470d
Merge branch 'sprint_03_runtime' of https://github.com/BayAreaMetro/t…
i-am-sijia Jul 9, 2024
feab63b
before any sprint 03 changes
i-am-sijia Jul 10, 2024
3fd06e9
update warmstart configs
i-am-sijia Jul 10, 2024
460373c
warmstart demand setting
i-am-sijia Jul 12, 2024
c339b56
drop unused configs in TM2.2
i-am-sijia Jul 16, 2024
fb76529
Merge pull request #12 from BayAreaMetro/sprint_03_config_cleaning
i-am-sijia Jul 16, 2024
8d6d68a
Merge branch 'sprint_03_runtime' into sprint_03_runtime_warmstart
i-am-sijia Jul 22, 2024
cca53f7
Merge pull request #11 from BayAreaMetro/sprint_03_runtime_warmstart
i-am-sijia Jul 22, 2024
8a0720f
implemented
i-am-sijia Jul 30, 2024
d091c71
option to run highway reliability
i-am-sijia Aug 12, 2024
466ae0b
congested stop criteria by glob iter
i-am-sijia Aug 19, 2024
928af21
delete congested assign settings for ea md ev
i-am-sijia Aug 26, 2024
13b94b0
Merge pull request #13 from BayAreaMetro/sprint_03_runtime_transit
i-am-sijia Aug 27, 2024
e97a1ff
update configs for sprint 3 benchmarking run
i-am-sijia Sep 22, 2024
ac5d13c
update relative gap for highway and max iter for transit
i-am-sijia Sep 23, 2024
3f3a01e
updates to the configs based on a successful sprint3 run
AshishKuls Nov 5, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions 2015-tm22-dev-sprint-03/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Scenario Description
TM2.2 Model Development, Sprint #3 (runtime improvements)

# External References
TODO: update these links
[Model Inputs](https://mtcdrive.box.com/s/39lbo0a4ngt7kf9pr7k6rtmr7879i7yc)

[Model Outputs](https://mtcdrive.box.com/s/188rhy0q4rpvr8duk6hpo09fwclqiy10)

[tm2py Release](https://github.com/BayAreaMetro/tm2py/releases/tag/v2.2.1)

[travel-model-two Release](https://github.com/BayAreaMetro/travel-model-two/releases/tag/TM2.2.1)

[Validation Results](https://mtcdrive.box.com/s/b4ejp90ecgtuo5p4c1h8himsmikkakdz)
16 changes: 16 additions & 0 deletions 2015-tm22-dev-sprint-03/canonical_crosswalk.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
####################################
# CANONICAL & CROSSWALKS #
####################################

[remote_io]
crosswalk_folder_root = "acceptance/crosswalks/"
[crosswalks]
crosswalk_standard_survey_file = "transit-standard-2015-to-survey-crosswalk-v2.csv"
standard_to_tm2_modes_file = "gtfs_to_tm2_mode_crosswalk.csv"
standard_to_emme_transit_file = "emme_taz_transit_network_node_id_crosswalk.csv"
canonical_agency_names_file = "canonical-agency-names.csv"
canonical_station_names_file = "canonical-station-names.csv"
block_group_to_maz_url = "https://raw.githubusercontent.com/BayAreaMetro/travel-model-two/master/maz_taz/crosswalks/Census%202010%20hhs%20maz%20share%20of%20blockgroups_ACS2017.csv"
pems_station_to_tm2_links_file = "pems_station_to_TM2_links_crosswalk.csv"
standard_to_emme_nodes_file = "emme_drive_network_node_id_crosswalk.csv"

Loading