Challenge: The Log Barrier Method
Explore how to use the log barrier method to solve constrained convex optimization problems demonstrated by optimizing traffic signal timings. Learn to handle inequality constraints and minimize total car travel time by adjusting traffic light durations.
We'll cover the following...
We'll cover the following...
Problem statement
Consider a real-life example of traffic flow optimization. In a city, optimize the timing of traffic signals to minimize the total time cars spend on the roads. This can be formulated as a convex optimization problem with inequality constraints.
Here,
is the total number of traffic signals. is the duration (in minutes) for which the traffic signal is green. ...