GithubHelp home page GithubHelp logo

chensaijilahu / simulation-traffic Goto Github PK

View Code? Open in Web Editor NEW

This project forked from alexandruhau/simulation-traffic

0.0 0.0 0.0 9 KB

The repository implements the traffic flow through basic Monte Carlo Simulations. Additional probabilities are set for previous moving cars and stationary cars. The mean speed as function of time is worked out.

Python 100.00%

simulation-traffic's Introduction

Simulation-traffic

This program analyses the motion of the cars in a traffic. All we need to know beforehand is the initial state of the traffic, given by the traffic density (no of cars / no of available cells). Initially, a random state is set up with the given parameters. Afterwards, the traffic is updated at each timestep. During each iteration, the mean traffic speed is re-calculated and appended to list, so all of the mean speed values can then be plotted. Moreover, the state of the traffic itself, at each time step, is plotted by using the imshow function from matplotlib library. The traffic flow has similar behaviour to the cellular automata.

As a final task, for each car density, the mean final speed is then plotted also on matplotlib. As a note, the results are highly sensitive to the initial parameters, particularly p_move and p_stay. p_move stands for the probability of a car to move if it has moved before. Likewise, p_stay signifies the probability of a car to stay if it has stayed before.

simulation-traffic's People

Contributors

alexandruhau avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.