Skip to content

Commit

Permalink
explicit chunking for accessiblity
Browse files Browse the repository at this point in the history
  • Loading branch information
jpn-- committed Apr 29, 2024
1 parent 88d66a1 commit 1395a32
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions configs/resident/accessibility.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,5 @@ CONSTANTS:
maximum_walk_distance: 3.0
# perceived minute of in-vehicle time for every minute of out-of-vehicle time
out_of_vehicle_time_weight: 2.0

explicit_chunk: 812 # 24333 zones in 30 chunks
1 change: 1 addition & 0 deletions exercise.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,4 +149,5 @@ def main(**settings):
sharrow="require",
recode_pipeline_columns=True,
memory_profile=True,
chunk_training_mode="explicit",
)

0 comments on commit 1395a32

Please sign in to comment.