Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 1.01 KB

README.md

File metadata and controls

31 lines (19 loc) · 1.01 KB

trafic-grid-light-control

A project made in netlogo to simulate traffic movement.

This simulation basically aims to predict the best lights control algrithm for a certain road network with varous traffic flow patterns.

  • HOW IT WORKS

++ draw-roads++ +++ node_list +++ link_list +++ junction_light_list +++ junction_phase_list +++ entrance_list

  • HOW TO USE IT

First pressing the "setup" button to intialise all the variables. Then pressing "go" button to start the simulation process.

  • CREDITS AND REFERENCE

Inspired by https://github.com/D1ng5/traficlight Use codes from "traffic basic" from NetLogo official model library to control car speed.

  • COPYRIGHT NOTICE

Copyright 2015 Jihe Gao. All rights reserved. Permission to use, modify or redistribute this model is hereby granted, provided that both of the following requirements are followed: a) this copyright notice is included. b) this model will not be redistributed for profit without permission from Jihe Gao.

Contact [email protected]