Skip to content

Commit 304cafd

Browse files
authored
Merge pull request #2 from camsys/explicit-veh
Explicit chunking
2 parents 165a235 + 4007730 commit 304cafd

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

ext-configs/settings.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ chunk_method: hybrid_uss
150150
# production
151151
# disabled
152152
# assume enough RAM to not chunk
153-
chunk_training_mode: disabled
153+
chunk_training_mode: explicit
154154

155155
# whether to preserve or delete subprocess chunk and mem logs when they are consolidated at end of multiprocess run
156156
keep_chunk_logs: True

ext-configs/vehicle_type_choice.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ SPEC: vehicle_type_choice_op4.csv
44
COEFFICIENTS: vehicle_type_choice_op4_coefficients.csv
55
ALTS: vehicle_type_choice_op4_alternatives.csv
66

7+
explicit_chunk: 25000
8+
79
# SPEC: vehicle_type_choice_op2.csv
810
# COEFFICIENTS: vehicle_type_choice_op2_coefficients.csv
911
# ALTS: vehicle_type_choice_op2_alternatives.csv

performance-benchmarking.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ steps:
3737
trace_hh_id:
3838
trace_od:
3939
chunk_method: hybrid_uss
40-
chunk_training_mode: disabled
40+
chunk_training_mode: explicit
4141

4242
- name: activitysim.workflows.steps.pype
4343
in:

0 commit comments

Comments
 (0)