Skip to content

Evolutionary Algorithm to optimize waiting time in traffic lights.

Notifications You must be signed in to change notification settings

IsuruKalhara/ga_traffic_light_optimizer_sumo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Waiting time minimization in road traffic using Genetic algorithms

This project demonstrates a usage of a basic genetic algorithm to minimize the waiting time in a 4 way junction with traffic lights. I got the SUMO config files from this repository.

  • Python is used with the TraCI library to communicate with SUMO simulator.
  • Genetic Algorithm is implemented using only the numpy library.
  • Waiting time as the fitness function

Results

References:

About

Evolutionary Algorithm to optimize waiting time in traffic lights.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published