Skip to content

Commit b0c839e

Browse files
committed
running with full sample
1 parent 34935f1 commit b0c839e

File tree

4 files changed

+10
-8
lines changed

4 files changed

+10
-8
lines changed

.gitignore

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
1-
output\*
2-
extensions\__pycache__
1+
# Byte-compiled / optimized / DLL files
2+
__pycache__/
3+
*.py[cod]
4+
output/

configs/resident/settings.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ chunk_training_mode: disabled
1313
# see shadow_pricing.yaml for additional settings
1414
use_shadow_pricing: True
1515

16-
memory_profile: False
16+
memory_profile: True
1717

1818
# Sample TAZ before MAZ in destination choice
1919
want_dest_choice_presampling: True
@@ -24,7 +24,7 @@ want_dest_choice_sample_tables: False
2424

2525
# trace household id; comment out or leave empty for no trace
2626
# households with all tour types
27-
trace_hh_id: 791851
27+
# trace_hh_id: 1051657
2828

2929
chunk_training_mode: disabled
3030

@@ -100,7 +100,7 @@ input_table_list:
100100
- zip09
101101
- luz_id
102102

103-
cleanup_pipeline_after_run: True
103+
cleanup_pipeline_after_run: False
104104

105105
output_tables:
106106
h5_store: False
@@ -127,7 +127,7 @@ distributed_time_factor_nonwork_stddev: 0.6
127127
distributed_time_factor_min: 0.1
128128
distributed_time_factor_max: 10
129129

130-
resume_after: workplace_location
130+
resume_after:
131131

132132
models:
133133
### mp_init_proto_pop (single process)

configs/resident/transit_pass_subsidy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ preprocessor:
1111
- accessibility
1212
- land_use
1313

14-
CHOOSER_FILTER_COLUMN_NAME: transit_subsidy_available
14+
# CHOOSER_FILTER_COLUMN_NAME: transit_subsidy_available

configs/resident/trip_mode_choice.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ util_PNR_PRM_Walk_other_time,PNR_PRM - Walk other time,@(odt_skims['PNROUT_PRM_X
135135
util_PNR_PRM_Fare,PNR_PRM - Fare,"@df.transitSubsidyPassDiscount*(odt_skims['PNROUT_PRM_FARE'])*100/(np.maximum(df.income,1000)**df.income_exponent) * df.outbound",,,,,,,,,,coef_income,,,,,,,,,,,,,
136136
util_PNR_PRM_ASC,PNR_PRM - Alternative-specific constant,@df.pnr_prm_out_asc * df.time_factor * df.outbound,,,,,,,,,,coef_ivt,,,,,,,,,,,,,
137137
util_PNR_PRM_PNR_cost,PNR_PRM - PNR cost,"@(df.auto_op_cost * (odt_skims['PNROUT_PRM_ACC']) *driveSpeed) * df.outbound/(np.maximum(df.income,1000)**df.income_exponent)",,,,,,,,,,coef_income,,,,,,,,,,,,,
138-
util_PNRIN_PRM_PNR_cost,PNR_PRM - PNR cost,"@(df.auto_op_cost * (dot_skims['PNRIN_PRM_ACC']) *driveSpeed)*~df.outbound/(np.maximum(df.income,1000)**df.income_exponent)",,,,,,,,,,coef_income,,,,,,,,,,,,,
138+
util_PNRIN_PRM_PNR_cost,PNR_PRM - PNR cost,"@(df.auto_op_cost * (odt_skims['PNRIN_PRM_EGR']) *driveSpeed)*~df.outbound/(np.maximum(df.income,1000)**df.income_exponent)",,,,,,,,,,coef_income,,,,,,,,,,,,,
139139
util_PNRIN_PRM_In_vehicle_time,PNRIN_PRM - In-vehicle time,@(odt_skims['PNRIN_PRM_TOTALIVTT']) * df.time_factor * ~df.outbound,,,,,,,,,,coef_ivt,,,,,,,,,,,,,
140140
util_PNRIN_PRM_In_vehicle_time_on_LRT,PNRIN_PRM - In-vehicle time on LRT,@(ivt_lrt_multiplier - 1) * (odt_skims['PNRIN_PRM_LRTIVTT']) * df.time_factor * ~df.outbound,,,,,,,,,,coef_ivt,,,,,,,,,,,,,
141141
util_PNRIN_PRM_In_vehicle_time_on_CMR,PNRIN_PRM - In-vehicle time on CMR,@(ivt_cmr_multiplier - 1) * (odt_skims['PNRIN_PRM_CMRIVTT']) * df.time_factor * ~df.outbound,,,,,,,,,,coef_ivt,,,,,,,,,,,,,

0 commit comments

Comments
 (0)