Finding An Equilibrium
The above proof outlines a procedure known as Best Response Dynamics, which finds an equilibrium for a linear traffic graph and terminates in a finite number of steps. The algorithm is termed "best response" because at each step of the algorithm, if the graph is not at equilibrium then some driver has a best response to the strategies of all other drivers, and switches to that response.
Pseudocode for Best Response Dynamics:
Let P be some traffic pattern. while P is not at equilibrium: compute the potential energy e of P for each driver d in P: for each alternate path p available to d: compute the potential energy n of the pattern when d takes path p if n < e: modify P so that d takes path p continue the topmost whileAt each step, if some particular driver could do better by taking an alternate path (a "best response"), doing so strictly decreases the energy of the graph. If no driver has a best response, the graph is at equilibrium. Since the energy of the graph strictly decreases with each step, the Best Response Dynamics algorithm must eventually halt.
Read more about this topic: Braess's Paradox
Famous quotes containing the words finding and/or equilibrium:
“Though intelligence is powerless to modify character, it is a dab hand at finding euphemisms for its weaknesses.”
—Quentin Crisp (b. 1908)
“That doctrine [of peace at any price] has done more mischief than any I can well recall that have been afloat in this country. It has occasioned more wars than any of the most ruthless conquerors. It has disturbed and nearly destroyed that political equilibrium so necessary to the liberties and the welfare of the world.”
—Benjamin Disraeli (18041881)