Re: [sumo-dev] Nagel-Schreckenberg model in SUMO

2019-11-07 Thread Jakob Erdmann
Hello SUMO is quite far away from the Nagel-Schreckenberg model (roads and movements are continous) so you will have create a special road network and write a new vehicle model. If you have the latest development version (it won't work with 1.3.1), the call below will split a network in cells of

[sumo-dev] Nagel-Schreckenberg model in SUMO

2019-11-02 Thread Pranjal Dhole
Hi, I would like to use Nagel-Schreckenberg (Nasch) model for some fundamental traffic theory experiments. I found some literature on SUMO publications from 1998 that uses Nasch model. But, so far, my looking at the code suggests that SUMO uses more complicated rules for vehicle state updates.