Skip to content

Commit

Permalink
Merge pull request #251 from SANDAG/165-calibrate-at-work-tours-out-o…
Browse files Browse the repository at this point in the history
…f-direction-stop-distance

165 calibrate at work tours out of direction stop distance
  • Loading branch information
bhargavasana authored Nov 21, 2024
2 parents 0e40786 + 771f62f commit e82c6d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/asim/configs/resident/trip_destination.csv
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,4 @@ util_DistanceRatioMandatoryInboundTour,Distance Ratio - Mandatory Inbound Tour,(
util_DistanceDeviationSquareWork,Distance Deviation Square - Work Tour purpose,"@df.workTour * np.power(_dist_dev,2)",coef_DistanceDeviationSquareWork_mandatory,coef_DistanceDeviationSquareWork_mandatory,coef_DistanceDeviationSquareWork_mandatory,,,,,,,
util_DistanceDeviationSocial,Distance Deviation SocialTour purpose,socTour * _dist_dev,,,,,,,coef_DistanceDeviationDiscr,coef_DistanceDeviationDiscr,coef_DistanceDeviationDiscr,coef_DistanceDeviationDiscr
util_DistanceDeviationDiscr,Distance Deviation DiscrTour purpose,discTour * _dist_dev,,,,,,,coef_DistanceDeviationDiscr,coef_DistanceDeviationDiscr,coef_DistanceDeviationDiscr,coef_DistanceDeviationDiscr
util_DistanceDeviationAtwork_calibration,Distance Deviation - AtworkTour purpose,atworkTour * _dist_dev,,,,coef_DistanceDeviationatwork_calib,coef_DistanceDeviationatwork_calib,coef_DistanceDeviationatwork_calib,coef_DistanceDeviationatwork_calib,coef_DistanceDeviationatwork_calib,coef_DistanceDeviationatwork_calib,coef_DistanceDeviationatwork_calib
Original file line number Diff line number Diff line change
Expand Up @@ -86,3 +86,4 @@ coef_DistanceRatio_discr,-0.4485,
coef_DistanceRatioFirstOutboundStop_discr,-1.51595,
coef_DistanceRatioFirstInboundStop_discr,1.80508,
coef_DistanceDeviationDiscr,0.02,
coef_DistanceDeviationatwork_calib,-3.400,

0 comments on commit e82c6d5

Please sign in to comment.