From 9031057e075c7ededafe544d53efd80fcb6a2240 Mon Sep 17 00:00:00 2001 From: Ali Etezady <58451076+aletzdy@users.noreply.github.com> Date: Wed, 17 Jul 2024 10:36:00 -0700 Subject: [PATCH] calibrated atwork tour stop distances --- src/asim/configs/resident/trip_destination.csv | 1 + src/asim/configs/resident/trip_destination_coefficients.csv | 1 + 2 files changed, 2 insertions(+) diff --git a/src/asim/configs/resident/trip_destination.csv b/src/asim/configs/resident/trip_destination.csv index 6029cae54..df970e385 100644 --- a/src/asim/configs/resident/trip_destination.csv +++ b/src/asim/configs/resident/trip_destination.csv @@ -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 diff --git a/src/asim/configs/resident/trip_destination_coefficients.csv b/src/asim/configs/resident/trip_destination_coefficients.csv index feeca7149..39e23a73a 100644 --- a/src/asim/configs/resident/trip_destination_coefficients.csv +++ b/src/asim/configs/resident/trip_destination_coefficients.csv @@ -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, \ No newline at end of file