Git Product home page Git Product logo

cse6730-trafficsimulation's Introduction

CSE6730-TrafficSimulation

Event-Oriented Simulation

Change directory to the 'event_simulation' folder: cd event_simulation

Compile classes:

find ./src -name "*.java" > sources_list.txt

javac -cp "./lib/*" @sources_list.txt

Run Command:

java -cp src main.java.Engine args1 args2

where args1 = Number of seconds in event time that the simulation should run. Eg. 200

where args2 = Number of simulation runs. Eg. 5

Process-Oriented Simulation - Adithya

Change directory to the 'process_simulation' folder: cd process_simulation

Run Command: python ProcessOrientedSimulator.py

Output: Number of Cars Traversing Corridor, Warm-up Time, and Mean Travel Time

Cellular Automata Simulation

Change directory into the 'cellular_automata' folder

There are two simulation models; single lane and double lane.

To run the single lane model,

Run command: python Cellular_Automata_Single_Lane.py

To run the double lane model,

Run command: python Cellular_Automata_Double_Lane.py

Simualation is initially populated with cars and none added afterwards

Simulation runs until all cars have exited

Output format: A histogram showing how many cars exit at each simulation step

cse6730-trafficsimulation's People

Contributors

asrayousuf avatar amukund1 avatar

Watchers

James Cloos 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.