Skip to content

Commit

Permalink
Merge pull request #249 from SANDAG/ABM3_develop_calibrationScripts
Browse files Browse the repository at this point in the history
Abm3 develop calibration scripts
  • Loading branch information
bhargavasana authored Nov 18, 2024
2 parents 3d988ab + cef0252 commit 01fa2da
Show file tree
Hide file tree
Showing 11 changed files with 4,845 additions and 6,149 deletions.
758 changes: 0 additions & 758 deletions src/asim/calibration/resident/tour_mode_choice/coefficient_updates.csv

This file was deleted.

Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -625,7 +625,7 @@ def match_model_and_calib_targets_to_coefficients(original_tour_mc_constants_df,
for coef_purpose in output_calibration_purposes_to_coef_names_dict[purpose]:
coef_mode = output_calibration_mode_to_coef_name_dict[mode]
coef_name = 'coef_calib_' + output_calibration_autosuff_to_coef_names_indiv_dict[auto_suff] + '_' + coef_mode + '_' + coef_purpose
target_name = mode + '_' + auto_suff + '_' + purpose ### DELETE
#target_name = mode + '_' + auto_suff + '_' + purpose ### DELETE

if purpose == 'joint':
coef_name = 'coef_calib_' + output_calibration_autosuff_to_coef_names_joint_dict[auto_suff] + '_' + coef_mode + '_' + coef_purpose
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ inherit_settings: settings.yaml
multiprocess: True
households_sample_size: 320000
num_processes: 40
trace_hh_id: 9632
trace_hh_id:
chunk_training_mode: disabled
# chunk_size: 240_000_000_000

Expand Down
Loading

0 comments on commit 01fa2da

Please sign in to comment.