Abstract

Railway freight center location problem is an important issue in railway freight transport programming. This paper focuses on the railway freight center location problem in uncertain environment. Seeing that the expected value model ignores the negative influence of disadvantageous scenarios, a robust optimization model was proposed. The robust optimization model takes expected cost and deviation value of the scenarios as the objective. A cloud adaptive clonal selection algorithm (C-ACSA) was presented. It combines adaptive clonal selection algorithm with Cloud Model which can improve the convergence rate. Design of the code and progress of the algorithm were proposed. Result of the example demonstrates the model and algorithm are effective. Compared with the expected value cases, the amount of disadvantageous scenarios in robust model reduces from 163 to 21, which prove the result of robust model is more reliable.

1. Introduction

The location problem is one of the most studied issues in combinatorial optimization, which is widely applied in communication industry, transportation, and logistics industry. In China, railway freight transport center specifies the railway freight station, which is equipped with various kinds of facilities. Recently, many railway freight transport centers have been constructed for the purpose of centralized and express transportation. The railway freight transport center location problem is very crucial for the construction of railway freight transport center, which is costly and influential.

Many models have been set up to study this problem such as covering model, -median model, and -center model [14]. Recently, Racunica and Wynter [5] used two variable-reduction heuristics to solve the hub location problem in intermodal transport hub-and-spoke networks. Jesús and Paula [6] added a coverage constraint to the -median model and applied three different algorithms to solve it.

Most of the research in literature studied this problem in certain environment. However, many elements in the location problem are fluctuant, especially the transport demand. So the reliability problem of location result was proposed [7]. Chance constraint model is a way to solve the uncertain problem which uses expected value, chance measure and realization probability to investigate the situation. Chance constraint model needs the distribution function of the uncertain element which is difficult to measure. Meanwhile, the distribution function cannot include all situations. The service quality will be affected by the negative scenarios, whose demand is beyond the distribution function. However, robust optimization model can largely avoid this dilemma. Both expected objective value and deviation between actual objective value and expected value are considered [8, 9]. The result can decrease the occurrence of negative scenarios. Robust optimization has been used in network plan [10], routing optimization [11], scheduling problem [12], and so forth. In China, Wang and He [13] used chance constraint model to solve railway logistic center location problem. Sun et al. [14] applied the robust optimization on the feeder bus network timetable schedule problem.

The main purpose of this paper is to provide robust optimization model of railway freight transport center location problem and a method to solve it. The location optimization model considers service coverage constraint. The adaptive clonal selection algorithm (ACSA) is combined with the Cloud Model (CM) called cloud adaptive clonal selection algorithm (C-ACSA) to solve the model. The outline of this paper is as follows: Section 2 introduces the robust optimization model of freight center location problem. In Section 3, a new algorithm is proposed. Finally, a numerical example is given to illustrate the application of the model and algorithm.

2. Robust Optimization Model of Railway Freight Transport Center Location Problem

(1) Decision Variables. Scenario specifies the realization of stochastic demand. And transport demand of the scenario is known. The objective of robust model is to find the location of railway freight transport centers and the assignment between centers and shippers in all scenarios. The location decision and assignment are treated as decision variables. Those are as follows. equals 1 if shipper is assigned to center in scenario . Otherwise, it equals 0. equals 1 if a railway freight transport center is located at candidate center in scenario . Otherwise, it equals 0.

(2) Objective Function

(a) Objective Function of Deterministic Model. Cost of location problem in scenario includes two parts: the first is construction cost of railway freight transport centers; the second is transport cost between shippers and the centers. The objective function of scenario is as follows:

where is unit transport cost of transport demand from shipper to railway freight transport center. and are weight of transport cost and construction cost in objective function. They are defined in advance. And , , . is transport demand of shipper in scenario . is distance between shipper and railway freight transport center. is fixed cost to construct a center at candidate center . is set of shippers, . is set of candidate centers, .

(b) Objective Function of Robust Optimization Model. To set up robust optimization model, expected optimization model should be set at first. Define as the probability of scenario , which means the realization probability of the scenario. is set of scenarios. Expected value of optimization model is as follows:

The robust optimization model further measures the deviation between expected and actual objective values. If actual objective value is worse than the expected value , scenario will influence the optimized result. So only the which is worse than is considered in the deviation :

Objective function of robust optimization model can be presented as follows: where is weight of the deviation value in the objective.

(3) Constraints

(a) Each shipper must be assigned to one freight transport center in scenario :

(b) Candidate center cannot serve any shipper, if is not chosen as a freight transport center:

(c) The total number of chosen freight transport center should be constrained: where is maximum number of chosen freight transport center, which is preestablished.

(d) The sum of distance which is greater than coverage distance at a freight transport center should not exceed . Both and are prespecified:

The coefficient is defined as follows:

(f) The transport demand serviced by freight transport center cannot exceed its capacity :

(4) The Robust Optimization Mathematical Model. The robust optimization model of freight transport center location problem can be stated as follows:

(M-I)

3. Solution Algorithm

ACSA [1517] has clone, mutation, and selection operations. It is shown to be an evolutionary strategy which has high convergence rate and diversified antibodies. CM is proposed by Li and Du [18], which is used to convert the qualitative data into quantitative data. It is widely applied in many fields such as evolutionary algorithm, intelligent control, and fuzzy evaluation. CM has the character of randomness and stable tendentiousness. It can be used to control the direction of search and improve the convergence rate, according to the affinity of the antibody. The ACSA is combined with CM into a new heuristics, called C-ACSA method. This method has variety species group and can balance the local search and global search.

3.1. The Detail Techniques of ACSA

(1) Affinity Measure. Affinity of the algorithm is the objective of model, the smaller the better. In order to extend the search space, the algorithm accepts solutions which fail to satisfy the constraints. However, penalty coefficient will be added to the affinity measure.

(2) The Design of Antibody. The length of antibody equals the amount of shippers in . The antibody codes are in , and the amount should not exceed the maximum number . To better understand the design of antibody, a simple example consisting of seven shippers and four candidate freight transport centers is proposed. equals three (see Figure 1). Candidate center 3 is not included in the antibody, which means candidate center 3 is not chosen as a transport center.

(3) Mutation Operation. The mutation operation is shown in Figure 2. equals four. If the amount of chosen candidate centers reaches maximum, randomly choose a code . Change both and the codes whose values are the same as (see Figure 2(a)). Else randomly choose a code and change its value (see Figure 2(b)).

3.2. Cloud Model

(1) Cloud Model. CM is used to transform the qualitative data into quantitative data. A Cloud Drop is a realization of the qualitative concept; the distribution of Cloud Drops is called Cloud. Three numerical characteristics are used to describe the Cloud; those are expected value , entropy , and hyper entropy . The typical CMs are Normal Cloud, Trapezoid Cloud, and Triangle Cloud. If distribution function of Cloud follows the normal distribution, the CM is called Normal Cloud. Three Normal Clouds with different characteristics are shown in Figure 3. Compared the three Clouds, it can be found that the bigger the characteristics are, the more divergent the Cloud will be.

The characteristics of Normal Cloud can be got by the following operations: where and are control coefficients. is the average value of affinities in the group. is affinity of the antibody. is the minimum affinity of the antibody.

(2) Cloud Generator. Cloud Generator (CG) is the algorithm of CM. The inputs of the generator are the three numerical characteristics. The outputs are Cloud Drops. CG can realize the mapping from qualitative data to quantitative data. There are many CGs such as Forward Cloud Generator, Backward Cloud Generator, X Condition Cloud Generator, and Y Condition Cloud Generator. The Forward Cloud Generator is used to generate Cloud Drops based on the samples which are in set (, , and ). The Cloud Drops can be got by the following formulas:

is a Cloud Drop which means the uncertainty degree of the inputs, .

4. Progress of the Algorithm

C-ACSA combines the advantages of CM and ACSA. The design of algorithm parameters considers the randomness and stableness of Cloud Drop. The mutation and clone rates are big at the initial stage of the algorithm; so antibody with low affinity has the chance to clone and evolve, which helps to extend the search space. At the late stage of the algorithm, the mutation and clone rates are small; so antibody with big affinity is protected and global convergence rate is accelerated.

Based on the aforementioned detailed analysis, C-ACSA approach can be designed as the following procedure.

Step 1. Initialize the group of antibody. Generate antibodies and constitute the species group .

Step 2. Count the affinities and sort antibodies according to their affinities in an ascending order.

Step 3. Clone each antibody in and then get a new species group . The number of clone is and , where is the sequence of antibody after sorting. is the maximum clone number, is the minimum clone number, and means rounding.

Step 4. Use mutation operation to update each antibody in . And get the new species group . The mutation rate is inversely proportional to evolution generation , where is the current generation and is the maximum generation.

Step 5. Choose the first antibodies in and replace the worst antibodies in by them, , where is the coefficient, is the average value of affinities in , and is the minimum value of affinities in .

Step 6. If current status does not meet the terminal condition (the maximum computing times), go to Step 2. Otherwise, go to Step 7.

Step 7. Output the best solution, that is, the optimal location of freight centers.

5. Numerical Experiment

In order to show the efficiency and effectiveness of the proposed model and approach, this section applies the model and C-ACSA to optimize the location of centers. In the programming area, there are 23 shippers and 7 candidate freight transport centers; distances between shippers and railway freight transport centers are shown in Table 1. The distances satisfy the triangle inequality. The distributions of transport demand are shown in Table 2, and the distributions are homogeneous distribution. The parameters of the optimal model are  ((million CNY)/(km−1·Mt−1)). , , , , ,  (Mt), and  (million CNY).

The parameters of the C-ACSA are , , , , , , and . Using to solve the experiment. 300 scenarios were simulated stochastically and the model was solved under three weights of which were 0, 10, and 20. When is 0, the robust model is expected optimization model. The result of location problem is shown in Table 3. The computing time is around 2 s. Also, ILOG Cplex program is devised. The optimization result is the same, but Cplex cannot provide the amount of the disadvantage scenarios.

As is shown in Table 3, the location result of robust optimization model chose one more freight transport center than the expected optimization model, which means it needs more centers to make up the influence of stochastic demand. The number of disadvantageous scenarios in expected value model is the maximum; there are 163 disadvantageous scenarios in total 300 imitation scenarios. Compare the results with different values, when increases the expected value of model increases, while the deviation value and the disadvantageous scenarios decrease. So the introduction of robust model improves transport capacity of the system, which makes the location result more reliable and more applicable. Furthermore, the increase of will decrease the deviation value, which needs more investment and causes the expected value to increase. In practice, the planners need to decide the index and balance the weight between expected value and deviation value.

6. Conclusion

A robust optimization model is proposed to mitigate the influence of disadvantageous scenarios which is caused by the stochasticity of the transport demand. The robust model is based on the deterministic model and expected optimization model. A new heuristic algorithm is proposed which combines CM with ACSA. The numerical example is implemented on a network. Computational results demonstrate the model and algorithm are available. And the robust model can help to improve the reliability of location decision. While there are some fluctuations such as transport cost, constructing cost that are not considered in the model. These aspects can be considered in the future research.

Conflict of Interests

The authors declare that there is no conflict of interests regarding the publication of this paper.

Acknowledgments

This work was supported by National Basic Research Program of China (no. 2012CB725403), National Natural Science Foundation of China (no. 61374202), and Research Project of China Railway Company (nos. 2014F007, 2013X005-A, and 2013F021).