Simulation of Genetic Algorithm: Traffic Light Efficiency
Eric Lienert

TL;DR
This paper presents a genetic algorithm-based approach to optimize traffic light schedules, improving traffic flow efficiency in urban intersections through simulation and iterative enhancement.
Contribution
It introduces a novel genetic algorithm framework integrated with SUMO simulation to optimize traffic light timing, outperforming traditional static schedules.
Findings
Genetic algorithm improved traffic flow efficiency.
Enhanced scheduling reduced total vehicle exit time.
Simulation results showed better performance than static schedules.
Abstract
Traffic is a problem in many urban areas worldwide. Traffic flow is dictated by certain devices such as traffic lights. The traffic lights signal when each lane is able to pass through the intersection. Often, static schedules interfere with ideal traffic flow. The purpose of this project was to find a way to make intersections controlled with traffic lights more efficient. This goal was accomplished through the creation of a genetic algorithm, which enhances an input algorithm through genetic principles to produce the fittest algorithm. The program was comprised of two major elements: coding in Java and coding in Simulation of Urban Mobility (SUMO), which is an environment that simulates real traffic. The Java code called upon the SUMO simulation via a command prompt which ran the simulation, received the output, altered the algorithm, and looped. The SUMO component initialized a…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMultimedia Learning Systems · Edcuational Technology Systems · Traffic control and management
