I want to build a system for managing traffic lights.
Genetic Algorithms will optimize green times according to recent congestion and road priority.
I had already a touch with GA by implementing 0-1 knapsack problem,
but in this case i really dont know how to implement this in order to output optimized timings for a intersection (4 roads / 4 lights)
I would appreciate any help as a roadmap.
Thank you.