Abstract

To satisfy the demand of low-carbon transportation, this paper studies the optimization of public transit network based on the concept of low carbon. Taking travel time, operation cost, energy consumption, pollutant emission, and traffic efficiency as the optimization objectives, a bilevel model is proposed in order to maximize the benefits of both travelers and operators and minimize the environmental cost. Then the model is solved with the differential evolution (DE) algorithm and applied to a real network of Baoji city. The results show that the model can not only ensure the benefits of travelers and operators, but can also reduce pollutant emission and energy consumption caused by the operations of buses, which reflects the concept of low carbon.

1. Introduction

With the rapid developments in urbanization and growth of car ownership, the pollution and energy consumption caused by traffic have become increasingly serious [1]. The low-carbon transportation system, which is characterized by low emission, low pollution, and low energy consumption, is an effective way to solve this problem [24]. Public transit, due to having a higher passenger capacity than cars [5], has been widely recognized as an important traffic mode in the low-carbon transportation system. The operation of transit vehicles can be affected by the transit network structures [6], so how to optimize the transit network is a key problem of the low-carbon system. In order to better meet the requirements of the low-carbon transport, it is necessary to optimize the transit network based on the concept of low carbon, which can make public transit become a more attractive travel mode by improving the transit service quality and reducing the operation cost.

In the past decades, several research efforts have examined the public transit network optimization problem and many optimization approaches have been proposed. Dubois et al. [7] designed transit network by identifying the roads needed for bus routes and choosing the set of bus routes. Then, frequencies of the designed routes were computed through a model aiming to minimize user waiting time. Hasselstrom [8] proposed a mathematical programming approach for transit network design by choosing the routes and determining frequencies concurrently. Ceder and Wilson [9] presented a new approach and an algorithm to design bus routes based on both passenger and operator interests. Baaj and Mahmassani [10] argued that a bus network could be generated by optimizing the route and the frequency, simultaneously. Van Nes et al. [11] presented a transit route design method, in which route or frequency optimization was based on an economic criterion. Pattnaik et al. [12] presented a genetic algorithm GA-based optimization method to design transit network. The objective of their optimization model was to minimize the total cost of user and operator. Agrawal and Mathew [13] presented an optimization model for transit network aiming to minimize the total system cost which is the sum of the operating cost and the generalized travel cost. Bielli et al. [14] developed a heuristic based on GA to design transit network to minimize the average travel time and management cost. Zhao [15] proposed a model for large-scale transit network aiming to minimize transfers and optimize the route/network directness. Yang et al. [16] proposed a mathematical model for transit network design aiming to maximize direct traveler density that meant the number of direct travelers carried by per unit length of a route.

However, almost all the studies focused on the benefits of travelers and operators, meaning that the traditional way of optimizing transit network is to take the maximum benefits of travelers and operators as the optimization goal.

Considering the development trend of low-carbon transport, this paper attempts to combine the concept of low-carbon transport with the traditional way of transit network optimization problem. To solve this problem, a new methodology is proposed in which the environment effect issue is explicitly considered in the process of network optimization for the first time. The proposed approach is presented using a bilevel optimization formulation. The outline of the paper is as follows: the next section describes the detailed optimization objectives and gives the representation of the branch objective functions. In the model description section, a bilevel optimization model is presented aiming to minimize the overall generalized cost of providing transit services. After that a solution algorithm is adopted for the bilevel programming approach based on the differential evolution (DE) algorithm. Numerical example section outlines the application of the proposed method to an example network. In the last section, the results are discussed and the major findings of this research are summarized.

2. Transit Network Optimization Problem Statement

2.1. The Basic Outline of Optimization Problem

The purpose of the low-carbon-based bilevel model is to determine a route network layout that minimizes the overall generalized cost of providing transit services, including the traveler cost, the operator cost, and the environmental cost. More specifically, the model will implement the objectives as follows:(1)minimizing traveler cost: that is to reduce the total travel time and increase the rate of direct passengers by improving the density and service coverage of transit network,(2)minimizing operator cost: that is to reduce the running cost by improving the operation efficiency and increase the profits of public transit enterprise by improving the transport capacity and the load factor,(3)minimizing environmental cost: that is to reduce the pollutant emission and energy consumption by improving the operation efficiency and capacity of network.

2.2. Description of the Branch Objective Function

In this section, according to the three objectives mentioned above, some indicators including travel time, direct passengers, load factor, energy consumption, pollutant emission, and traffic efficiency are defined as the key branch objective functions of the optimization model to evaluate the impacts of the optimized transit network on the travelers, operators, and environment, respectively.

2.2.1. Representation of Traveler Cost Function

The impact on travelers refers to whether the optimized network can provide more convenient service for travelers by reducing the total travel time and transfer time. Therefore, the travel time and rate of direct passengers are used as the objective functions to represent the traveler cost.

Travel time:

Rate of direct passengers:

2.2.2. Representation of Operator Cost Function

The impact on operators refers to whether the optimized network can increase the profits of enterprise and reduce the running cost of vehicles to minimize the operator cost. Therefore, the load factor and revenue rate are used to measure the operator cost.

Load factor:

Revenue rate:

2.2.3. Representation of Environmental Cost Function

The impact on environment refers to whether the optimized network can reduce the emission and energy consumption by improving the efficiency of network. Therefore, the pollutant emission, energy consumption as well as network efficiency are used to measure the generalized environmental cost.

Pollutant emission rate:

Energy consumption:

Network efficiency:

3. Bilevel Model Formulation

3.1. Upper-Level Formulation

The upper level model is articulated in accordance with the concept of low-carbon transport, the aim of which is the low emissions and low energy consumption caused by public transit. Therefore, the upper-level formulation is proposed in order to minimize the environmental cost. The objective function of upper-level model takes into account the emission, the energy consumption, and the operation efficiency, which can represent the environmental cost. According to formulations (6), (7), and (8), the objective function can be expressed as where , , and are the weight coefficients and , , and are transformation coefficients to convert the units of each term in the objective function (determined by AHP method).

In the upper-level model, the purpose of the objective function is to achieve the environment optima by minimizing the emission and energy consumption and maximizing the operation efficiency, which can meet the demand of low-carbon transport.

3.2. Lower-Level Formulation

The lower-level model is formulated to optimize the transit network by minimizing both the traveler cost and operator cost. Therefore, the objective function of lower-level model is composed of the travel time and the direct passengers, which represent the traveler cost, as well as other evaluation indictors to represent the operator cost, including the load factor and revenue rate. According to formulations (1), (3), (4), and (5), the objective function of lower-level model is expressed as where , , , and are the weight coefficients and , , , and are the transformation coefficients.

In the lower-level model, the purpose of the objective function is to achieve the optima for both travelers and operators by minimizing the travel time and maximizing the rate of direct passengers, load factor, and revenue rate.

4. Solution Algorithm

4.1. Differential Evolution Algorithm

The differential evolution (DE) algorithm was first proposed by Storn and Price [17]. As a stochastic and parallel searched algorithm, the DE algorithm has been demonstrated to be an effective and robust method for global optimization.

The DE algorithm is a population-based algorithm, which combines simple arithmetic operators with the classical events of crossover, mutation, and selection to evolve from randomly generated initial population to final individual solution [18]. In detail, the mutation and crossover operators are used to generate the trial vectors, and selection is then used to determine whether the new generated vectors can survive the next generation. Because it has simple structure and local searching property and requires few control parameters, fast convergence, the DE algorithm is regarded as one of the best evolutionary algorithms and widely used to solve optimization problems.

According to some studies [1921], DE algorithm can obtain a better solution and has the better performance than other population-based evolutionary algorithms when applied to solve diverse combinatorial optimization problems with continuous variables. So this paper attempts to use DE algorithm to solve the bilevel optimization model.

4.2. Application of DE Algorithm to Bilevel Model

The bilevel model even with linear objective functions and constraints at both levels is an NP-hard problem and difficult to solve. Moreover, there are many variables in the model proposed in this paper, and the solution domain and objective function vary with the change of feature vectors; the traditional deterministic methods cannot guarantee the global optimum. So the DE algorithm, due to its global search capability independent of gradient information, is applied to solve this bilevel optimization problem. The detailed DE algorithm can be described as follows.

(i) Parameters Initialization. The main parameters of DE algorithm are population size , length of the chromosome , the mutation factor , the crossover rate CR, and the maximum generations number . The mutation factor is selected in ; the crossover rate CR is selected in .

(ii) Population Initialization. The initial population is randomly generated within the boundary using the following formulation: where , , and are the minimum and maximum limits of th dimension, respectively, and rand denotes a uniform random number between .

(iii) Mutation. The mutation operation creates a new vector by adding the weighted difference of two random vectors to a third vector. For each vector in generation , the mutant vector is created according to the following equation: where is a mutation factor used to control the amplification of the differential variation; is the current generation number; and , , and are three distinct random numbers and none of them coincides with the current target number .

(iv) Crossover. Crossover operation can increase the diversity of the population. The trail vector is generated by mixing the mutated vectors with the target vectors according to the following rules: where is a randomly generated number with uniform distributed; represents the th dimension; and is a randomly selected integer to ensure that the trail vector gets at least one parameter from mutated vector.

(v) Selection. Selection operation retains the better offspring in the next generation. The generated offspring replaces the parent , only if the fitness of the offspring is better than that of the parent :

(vi) The Determination of Weight Coefficient. The weight coefficient of objective function is determined by the entropy-weight method, which is described as where is the weight coefficient of the th indicator of objective function and ; is the entropy values; and , .

(vii) The Calculation of Object Function. The value of the objective function can be calculated as

In this bilevel model, the optimization problem of upper level model is defined as and can be solved with the algorithm mentioned previously, which is also applicable for the lower level subproblem. The flowchart of the DE-based solution approach is illustrated in Figure 1.

5. Numerical Example

In this section, the proposed model and method are applied to a real transit network in Baoji city, China. Figure 2 shows the layout of the network. There are 38 bus routes and 418 bus stops, which extends 463.65 km, and 865 buses carrying 184.53 million passengers a year. The other detailed data used in this example, such as the passenger stop OD matrix, the density of transit network, and the nonlinear coefficient of bus route, can be obtained from our former research and found in [22].

The solution process is as follows.

Step 1 (determining the weight coefficient). According to formula (15), the weight coefficients of the indicators in the model can be calculated as

Step 2 (determining the transformation coefficient). Correspondingly, the transformation coefficients of these indicators can be determined by using the analytic hierarchy process:

Step 3 (parameters calibration). The parameters used in the DE algorithm are defined: population size , mutation factor , crossover rate , and maximum generations number .

Step 4 (implementing the DE algorithm). The DE algorithm procedure, which is proposed for solving the bilevel model of transit network optimization, is coded by MATLAB 2009 and implemented on a computer with a 2.2 GHz CPU. Table 1 presents the optimal results of evaluation indicators, which are calculated from the optimization model. For comparison, the existing results of corresponding indicators are also included, which are the real data obtained from the traffic survey.

According to Table 1, the following can be clearly seen.(i)For the travelers, the average travel time decreases by 5.2 min and the rate of direct passengers increases by 7.2%, which indicates that the optimized transit network becomes more convenient for travelers by improving density and service coverage of the network and ensures the maximum benefits of travelers.(ii)For the operators, there is an improvement of 10.8% for the average load factor of network and 4.6% for revenue rate of transit enterprise, indicating that the optimized network enables improving the operator benefits by increasing transport capacity and operation efficiency.(iii)For the environment, the amounts of pollutant emission and energy consumption decrease by 9.1% and 4.4%, respectively, while the operation efficiency of network increases by 8.5%. It shows that the optimized network achieves the goal of low emission, low energy consumption, and high efficiency.

6. Conclusions

The transit network optimization problem is an extremely complex problem with multi objectives and constraints. This paper combined the concept of low-carbon transportation into the transit network optimization problem, which means that the environment effect should be considered in the process of network optimization. A low-carbon-based bilevel optimization model was proposed aiming to minimize the overall generalized cost of providing transit services, including the traveler cost, the operator cost, and the environmental cost. Then the model was solved with the DE algorithm and applied to a real network of Baoji city. The application results showed that the optimization model can not only make the transit network more convenient and efficient by improving the direct passengers and service coverage, but can also ensure the environmental benefits in terms of lower energy consumption, pollution, and emission.

Notation

:Average travel time of travelers
:Rate of direct passengers
:Load factor of the network
:Revenue rate of operators
:Pollutant emissions rate
:Energy consumption
:Network efficiency
:Index of node in the transit network
:Index of transit route
:Index of vehicle type
:Index of pollutant type, represents CO, CO2, , HC, respectively
:Set of nodes in the transit network
:Set of transit routes
:Set of vehicle types
:Set of pollutant types
:Number of trips originating from node and destined for node
:Number of trips from to on route
:Vehicle seating capacity from to on route
:Number of direct trips originating from node and destined for node
:Total travel time between nodes and
:Average walking time
:Average waiting time
:Average transfer time
:Average in-vehicle travel time
:Adjusted coefficient (can be determined by Delphi method)
:Length of route
:Length from to measured along the route
:Percentage of the number of trips from to distributed on route
:Total revenue of public transit enterprise
:The total cost
:Subsidies provided by the government
:Ticket price from to
:Per-kilometer operating cost of a bus
:Acquisition cost of transit vehicles
:Maintenance cost of transit vehicles
:Number of operating buses on route
:Number of transit vehicles of type on route
:Average speed of transit vehicles of type on route
:Actual concentration of pollutant at the speed of for vehicle
:Standard concentration of pollutant at the speed of for vehicle
:Energy consumption factor at the speed of for vehicle on the route
:Conversion coefficient of energy.

Acknowledgments

The authors are grateful to the editor and anonymous reviewers for their valuable suggestions which improved the paper. This work is partly supported by Science and Technology Program of Beijing, China (Grant no. Z121100000312101).