Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] update of travel time
  • From: <yun-pang.floetteroed@xxxxxx>
  • Date: Wed, 1 Sep 2021 14:20:41 +0000
  • Accept-language: de-DE, en-US
  • Delivered-to: sumo-user@xxxxxxxxxxx
  • Ironport-hdrordr: A9a23:eYySTK9sgfSRNUW4zkVuk+CtI+orL9Y04lQ7vn2ZJiY+TiX1ra yTdYoguCMc4Qx5MBodcLu7VpVoL0myyaJI
  • Ironport-phdr: A9a23:QYiLKBK0Y4gYPIHIN9mcuIZmWUAX0o4c3iYr45Yqw4hDbr6kt8y7e hCFvbM01gSCAd+TwskHotKei7rnV20E7MTJm1E5W7sIaSU4j94LlRcrGs+PBB6zBvfraysnA JYKDwc9rDm0PkdPBcnxeUDZrGGs4j4OABX/Mhd+KvjoFoLIgMm7yfy+94fObwlWijexbrx/I AurpgjNq8cahpdvJLwswRXTuHtIfOpWxWJsJV2Nmhv3+9m98p1+/SlOovwt78FPX7n0cKQ+V rxYES8pM3sp683xtBnMVhWA630BWWgLiBVIAgzF7BbnXpfttybxq+Rw1DWGMcDwULs5Xymp4 aV2Rx/ykCoJNyA3/nzLisJ+j6xbrhCupx1jzIHbe4yVLuZyfqHHcN8GWWZMXMBcXDFBDIOma IsPCvIMMOFYrongoVsCtAO+ChOqBOPg0DNIiHv23aok3OQ9DQHJwhYgH9UQv3vJt9j6KaMSU fqvwKbV0zrOdvVb0iry54bUaB4uu+2MXa5ufsrLz0kiDwPLg1eUpIHmIT6Y1eQDvmeF4uZ8S e+jlnMqpgFsrjahx8ohl4vEi4wbx13Z9St0z5s4K9OmREB1Y9OoDYZduSGcOoBrTM0iRGRot zw7yr0AoZO0YSwKyI49yxHCdfOKdZWD7BH7VOuJPDt0mGhpdK+8ihu960Ss1+PxW8qu3FpUo SdJisTAu3IT2xDJ9MSLV+Fx8lqj1DuOzQzf9+dJKl0um6XBMZ4u2Lswm4IWsUTEAyD5hl37j LSTdkU44uio7PnnYqn+qp+cKYB0jgb+P7wglMK5D+o2PQgAUWic9+q/07Pt51P1TbpFgPI3j KTVqpHaJcIHpq6jGQBZyJss6xKlDzu8zdsXg2ELLFNDeB2Zk4jkI0zCLOziAfuigFmhny1ny +3IM7DiGJnBMHfOnK/kfbln6k5czAQzzcpY55JRErwAIO/zWknouNzAFBA5NQO0z/zpCNV50 YMRR36PArOHP6PItl+H+P8gLvKRa48RojbxMeUq6OD2gX8jhVAdZbWp3YcQaH2gBfRmPkCZY X31jtccCmcFoBA+Qff0h1KeVT5TZm6yX7ki6T0hD4KmF4jDFciRh+nVxzq+GdhLfW1cIl2HF XbwbIjCXO0DPnG8OMhkx2gVSL7kU4Yn2legsAj316ZqNO3Z9gUUsYil2NUjtL6brg076TEhV 5fV6GqKVWwhxgs1
  • Ironport-sdr: qAKhZgDPLy466Kl4h4Wy4IM0A0++lXgeuJrCrsJJr7AKYLMpox7IS9yN6sSzDcNz5Hmkfm/kSn vXR+uFWgwMVA==
  • List-archive: <https://www.eclipse.org/mailman/private/sumo-user/>
  • List-help: <mailto:sumo-user-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/sumo-user>, <mailto:sumo-user-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/sumo-user>, <mailto:sumo-user-request@eclipse.org?subject=unsubscribe>
  • Thread-index: AQHXmzqKUhRmHkKjJUmAl9HG2e5pjauPPreA
  • Thread-topic: [sumo-user] update of travel time

Hi,

 

The implementation in SUMO is not 100% identical with the original Gawron model.

1. In the current SUMO, tau_g(s) is the cost for Route s, which is calculated from the aggregated and averaged link costs in the simulation in the current iteration. tau_d(s) is the cost for Route s in Driver d’s route set, calculated in the previous iteration.

2. As the long as a route is in a route set, its cost will be updated in every iteration in SUMO. When the number of routes in a route set is more than 5 (current default), the routes with the smallest probabilities will be removed from the route set.

 

More related explanations can be found under the points: “Number of Routes in each traveller's route set” and “Updates of Travel Time” at https://sumo.dlr.de/docs/Demand/Dynamic_User_Assignment.html

 

Kind regards,

Yun-Pang

 

Von: sumo-user <sumo-user-bounces@xxxxxxxxxxx> Im Auftrag von ali mirzaei
Gesendet: Freitag, 27. August 2021 13:55
An: Sumo project User discussions <sumo-user@xxxxxxxxxxx>
Betreff: [sumo-user] update of travel time

 

Hi everyone,

In the ~.alt.rou file of iteration i, there are two routes r and s. In the next iteration, the r route is chosen and in ~.alt.rou of iteration i+1, we will update the travel time of these routes. According to what Gawron says, for not remembering the routes which have not used for a long time, the updated travel time of the route s will be: 

image.png

I want to know:

1- The difference between the underlined variables.

2- The meaning of "how long". Does is it refer to any specific number of iterations? 

 

Best regards,

Ali


Back to the top