Emmanuel Tobi's Contribute

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 3

NAME: EMMANUEL OLUWATOBILOBA SAMUEL

DEPARTMENT: COMPUTER SCIENCE

MATRIC NO.: 21/8421

SIMULATE MODERN TRAFFIC CONTROL SYSTEM

To simulate a modern traffic control system, you can use the open-source Traffic
Simulation SUMO (Simulation of Urban Mobility). SUMO is a microscopic traffic simulation
that can be combined with other tools, such as JADE (Java Agent Development Framework),
for the implementation of multi-agent systems. This allows you to create a realistic
simulation of traffic interactions, including traffic lights control.

One example of an agent-based traffic lights control system is the algorithm described in.
This algorithm uses the length of a jam in front of a traffic light as input and aims to
optimize the flow over a junction using information from sensors. The algorithm was
embedded within the SUMO simulation, and the improvement of the flow throughput of
such junctions was shown using the open-source traffic simulation.

Another example is the implementation of an optimized Vehicle Traffic Lights (O-VTL)


algorithm for road intersections on SUMO, which allows more vehicles to cross the
intersection. The O-VTL algorithm can be combined with JADE for the implementation of
multi-agent systems and with TraSMAPI (Traffic Simulation Manager Application
Programming Interface) for managing the simulation.
In addition to these examples, you can find more resources and research papers on traffic
control systems and simulations in the provided search results.
REFERENCES

[1] https://sumo.dlr.de/pdf/dkrajzew_TRAF9_AgentbasedTLS.pdf

[2] (PDF) Simulation of modern Traffic Lights Control Systems using the open source
Traffic Simulation SUMO - ResearchGate
https://www.researchgate.net/publication/224797745_Simulation_of_modern_Traffic_Lig
hts_Control_Systems_using_the_open_source_Traffic_Simulation_SUMO

[3] Simulation of modern Traffic Lights Control Systems using the open source Traffic
Simulation SUMO
https://www.academia.edu/8843858/Simulation_of_modern_Traffic_Lights_Control_Syste
ms_using_the_open_source_Traffic_Simulation_SUMO

[4] Arduino Based 4 way Traffic Light Control System - Simulation in Proteus
https://youtube.com/watch?v=XzkSwZKpBfI

[5] Build software better, together https://github.com

By Perplexity at https://www.perplexity.ai/search/903f5602-f82e-4a41-a728-
07e4ea90899b?s=m

You might also like