Research Article

NCG-TSM: A Noncooperative Game for the Taxi Sharing Model in Urban Road Networks

Algorithm 2

Intelligent noncooperative game algorithm.
Input: Mixed strategy space for taxi drivers, population size , maximum iterations ;
Output: Optimal strategy set ;
Notations:
: Iterations;
(1)Initializing the population and calculate fitness value by equation (12);
(2)Initializing the mean and variance of the Gaussian model by equation (14);
(3)Whiledo
(4)Update the mean value and variance by equations (15) and (16);
(5)Update the population based on the updated Gaussian model;
(6);
(7)end while
(8)Return: Optimal strategy set ;