Skip to main content
Advertisement
Browse Subject Areas
?

Click through the PLOS taxonomy to find articles in your field.

For more information about PLOS Subject Areas, click here.

  • Loading metrics

Solution to travelling salesman problem by clusters and a modified multi-restart iterated local search metaheuristic

Abstract

This article finds feasible solutions to the travelling salesman problem, obtaining the route with the shortest distance to visit n cities just once, returning to the starting city. The problem addressed is clustering the cities, then using the NEH heuristic, which provides an initial solution that is refined using a modification of the metaheuristic Multi-Restart Iterated Local Search MRSILS; finally, clusters are joined to end the route with the minimum distance to the travelling salesman problem. The contribution of this research is the use of the metaheuristic MRSILS, that in our knowledge had not been used to solve the travelling salesman problem using clusters. The main objective of this article is to demonstrate that the proposed algorithm is more efficient than Genetic Algorithms when clusters are used. To demonstrate the above, both algorithms are compared with some cases taken from the literature, also a comparison with the best-known results is done. In addition, statistical studies are made in the same conditions to demonstrate this fact. Our method obtains better results in all the 10 cases compared.

1 Introduction

Travelling Salesman Problem TSP is well known in the literature and is considered one of the most difficult problems to solve, besides being very useful to solve various problems in manufacturing. The first time who someone tried to solve this problem was addressed by Dantzig, Fulkerson and Johnson [1] algorithm on an IBM 7090 computer, the method used was Branch and Bound, through this method it was found that the average computational time was too high to be feasible to solve. Since then, TSP has been solved by various Metaheuristics such as Ant Colony ACO, Simulated Annealing RS, Genetic Algorithms GA, among others, but new algorithms continue to emerge, and it is interesting proven them in classic problems.

All the methods used to solve TSP have found a limit on their computational runtime, we attemting to solve problems with many cities or nodes [2], because this problem is NP Hard [3]. For this reason, the TSP remains a subject of current research to try new and different heuristic strategies. There are different applications in problems with a lot of nodes. For example, the Family Travel Salesman Problem, that is motivated by the order picking problem in warehouses where products of the same type are stored in different warehouses or in separate places in the same warehouse [4]. Other application of the TSP is in the technical approach to solve the fuel optimization problem in separated spacecraft interferometry missions [5]. Also, different problems can be converted to TSP with a lot of nodes, one of them is the Vehicle Routing Problem [6], and other is the Job Shop Scheduling Problem [7]; in the the last case a problem with 30 jobs and 10 machines is a TSP with 300 cities. Other applications are in Tas, Gendreau, Jabali and Laporte [8] and in Veenstra, Roodbergen, Vis and Coelho [9]. In a different topic, different clustering techniques have been used to solve problems with many nodes, such as clusters based in prototypes, centers, graphs and densities [10]. Some authors have already solved the TSP by clusters, see for example the work of Phienthrakul [11], what hence forth we will named as CTSP (Clustering the Traveling Salesman Problem). In this research, he solved the problem with Ant Colony, Simulated Annealing and Genetic Algorithms., but the best results that he obtained were with Genetic Algorithms.

Our proposal is the solution of CTSP applying a combination of heuristics as the NEH and a modification of the metaheuristic Multi Restart Iterated Local Search MRSILS [12], all these terms together will be named as CTSPMRILS (The Travelling Salesman Problem with Clusters, NEH and Multi Restart Iteration Local Search). Until today, no one who has solved it in this way has been found, and this is the innovative part. The approach in this paper is tested in 10 instances of Phienthrakul [11]. The CTSPMRILS finds satisfactory results in all the instances proved. The aim of this article is to demonstrate that the proposed algorithm CTSPMRILS is more efficient than Genetic Algorithms when clusters are used.

This article is structured as follows: section 2 shows the TSP background, the clustering techniques and their application in the TSP, and also some basic aspects related to the NEH heuristic and MRSILS; section 3 presents the description and problem statement, where defines the problem solving in mathematical terms; section 4 describes the development of the proposed algorithm in this article; later in section 5 the results are presented; in section 6 a discussion of the results is provided. Finally, section 7 presents the conclusions of this research.

2 Background

2.1 The travelling salesman problem

The TSP can be formally defined as follows (Buthainah, 2008). Let a network G = [N,A,C], that is N the set nodes, A the set of arcs, and C = [cij] the cost matrix. That is, the cost of the trip since node i to node j. The TSP requires a Halmiltonian cycle in G of minimum cost, being a Hamiltonian cycle, one that passes to through each node i exactly once. TSP is a problem of permutation that aims to find the path of shorter length or minimum cost in an unguided graph than represents the cities or nodes to be visited. The TSP starts in a node, visiting all the nodes one by one to finally return to the initial node, in such a way must form routes and no sub-paths. The TSP can be modeled through Integer Programming [13] and in the symmetric case, Branch and Cut algorithms have been developed. Although the search for optimal solutions of large instances of the symmetric TSP via Branch and Cut have been reached, this effort is two-fold; one must invest in a relevant algorithmic and implementation effort. The implementation effort is unfortunately now far too high for a newcomer [14]. TSP is considered NP-complete and is one of the biggest challenges faced by analysts, even through various techniques that are available [15].

To deal with the complexity of the problem, TSP has been studied extensively with meta heuristics, see for example, the works of Dorigo [16] with colony of ants, Cerny [17] with the Monte Carlo Method; Jog et al. [18], Chattarjee et al. [19], Larrañaga et al.[20], Moon et al. [21], Fogel [22], Also, different versions of GA have been presented in Kurian, Mathew and Kumar [15] intended to improve efficiency in solving the TSP, so far without finding a method or technique that ensures finding the optimum in polynomial time. Current trends to solve TSP problems includes the Clustering Technique or solve the TSP separately generating smaller problems as described in the next section.

2.2 Clustering techniques

Arising from the difficulties in finding solutions for the TSP in feasible time, works such as Dutta and Bhattacharya [23] discusses various techniques of clustering based on policies and methods of clusters, they show the steps for the clustering process and discuss some important concepts related to class data and the characteristics of selection and evolution of the cluster, which is a term that has its beginnings in Amdahl's Law [24]. In addition, the results found by Dutta and Bhattacharya [23] indicate that clustering techniques can be classified into 7 groups: based on distances, densities, models, on pictures, in seeds, spectra and hierarchies used in data mining. Clustering has been used to solve different problems applied in different fields, for example Nizam [25], proposed clustering as a powerful control system voltage stability and presents a new technique for clustering called neural Kohonen network. The formation of these clusters can simplify the control voltage. Vijayalakshmi, Jayanavithraa, Ramya [26] observed in the field of genetics that are measured levels of thousands of genes simultaneously, using microarray technology. In this technology, genetic clusters approach is used to find genes with similar functions. Under this approach, several clustering algorithms are used in clusters; as proposed by Vijayalakshmi et al. [26], which is an automatic algorithm that provides the ability to find a strong global convergence towards an optimal solution.

Weiya, Guohui and Dan [27], proposed a novel method called cluster graph consistent approach, the solution obtained by this method is close to the optimal with a discrete solution. The different techniques of clustering are also analyzed for data mining by authors such as Saroj and Chaudhary [28]. Clusters group is a subject of active research in many fields such as statistics, identifying patterns and learning machines. Cluster analysis is an excellent tool to work with a lot of data.

Moreover, Kaur and Kaur [29] uses clustering in Data Mining by k-means clustering to divide the data into k clusters; Besides, Nadana and Shriram [30] proposed a methodology called Megadata based on a model of clustering for large data sets. The experimental results showed that it is possible to find a better quality of clusters without improving the computational time.

Kaur and Singh [31] proposed an advanced clustering algorithm to direct large data sets. This advanced method for clustering allows to measure the distance of each object, also requires a simple data structure for each iteration. Their experimental results proved that the advanced method of clustering algorithm can improve the effectiveness of the speed and accuracy of the algorithm by reducing the computational complexity.

Tavse and Khandelwal [32] classified data internet clusters for application in data transmission, achieving better efficiency, longer life and stability of the network, optimizing data classification. Refianti et al [33] compared two algorithms called: affinity propagation and k-means, both grouped data clusters. The data are regarding the timing of completion of the thesis students. The results show that the k-means algorithm provides more accurate results with cluster data and more effectively than affinity propagation, while this provides different values for the centroids after five tests. In the next section, clustering to find better solutions to the TSP is presented.

2.3 Clusters applied to the travelling salesman problem

Different methods and techniques have been used to solve the TSP clustered, as Lin-Kernighan proposed by Karapetyan and Gutin [34]. Also, the GA with clusters CAG presented recently at work Sivaraj, Ravichandran and Devipriya [35], who notes that using CAG manages to find the optimal solution in less time that standard GA named SGA, this was observed in three cases shown in Sivaraj et al. [35]. The latter author developed an unsupervised learning mechanism, used to group similar objects in clusters, ensuring that despite the different techniques for clustering that are available, there is a general strategy that works in the same way on different problems. However, the conclusion is that it is better to use simple mechanisms.

In the origins of the clusters Tsai and Chiu [36] proposed a very similar to CTSP method called hierarchical clustering, which adopts an ambitious strategy to gradually mix objects and build a classification structure called dendrogram. Nevertheless, the quality of its clusters is unreliable. To overcome the problem, a global optimum strategy for the construction of the dendrogram is to find the optimal circular route that minimizes the total distance to visit all objects along the arms of the dendrogram, which is modeled as a TSP and is solved using a method of search variable in the neighborhood. When the cluster dendrogram is modeled, it is based on information provided by the order. Through these experiments, the quality of this clustering method is superior to traditional methods.

Nagy and Negru [37] discussed methods to cluster which can be used to treat spatial and temporal patterns in a large amount of data. They use 55 cities to apply the methods of detection. His approach allows us to observe the existence of different spatial and temporal clusters.

Vishnupriya and Sagayaraj [38] implemented clustering algorithms for techniques used in data mining, making possible the analysis of data sets, using the algorithm k-means to calculate the value of the cost based on the Euclidean distance like TSP.

Nidhi [39] proposes the k-means algorithm for the problem of increasing data with several clusters generated dynamically and without repetition, which reduces the computational time, providing more accurate results. Therefore, the initial grouping is done with statistical data, using k-means. Then the next points, the largest distance between the centroid and the farthest point is used to define the next point that is in the cluster, repeating the process to cover the total data.

Derived from the works mentioned above, it becomes necessary to define a heuristic that may help to solve the TSP with feasible results, hence, in this article the use of NEH and MRSILS algorithms is proposed as a feasible alternative.

2.4 NEH y multi-restart iterated local search

Nawas, Enscore and Ham [40] proposed a heuristic called NEH which intends to solve the Job Shop Scheduling Problem, Liu Song and Wu [41] improved this algorithm with two techniques. First, to reduce the computational time per block properties are developed and introduced in the NEH algorithm to obtain a shorter the computational time. Second, tiebreaker rules are applied to obtain good solutions. The simulation results show that these two techniques improve the results obtained in the NEH Algorithm.

Mestría [42] also proposed a heuristic method to solve the CTSP, which it is a generalization of TSP where a set of nodes is divided into disjointed clusters with the aim of finding the minimum cost of the Hamiltonian cycle. Mestría, [42] developed two random descendants in the neighborhood, with iterated local search called ILS algorithm to solve the CTSP. The computational time obtained shows that the heuristic methods are competitive using software in parallel.

Grasas, Juan and Lorenzo [43] found that ILS is one of the most popular solutions using simple heuristics. ILS is recognized by many authors as relatively simple as well as having a structure capable of dealing with combinatorial optimization problems COPs. The ILS has been successfully applied to provide near optimal solutions for different problems of logistics, transportation, production etc. However, it has been designed to solve problems in deterministic scenarios, therefore, it does not reflect the actual stochastic nature of the systems.

Dong, Chen, Huang and Nowak [44] proposed the MRSILS to solved Flow Shop Scheduling Problem, MRSILS generates an initial solution as well as constructs in negligible time and the corresponding ILS performs. This is repeated until a termination criterion, it can be set as the maximum number of iterations for the local search procedure or the maximum allowable computational time.

Seck et al. [12] modifies the MRSILS algorithm with an uncomplicated process which generates minor changes by means of permutations for improving the initial solution before using MRSILS, then a minor variation is made in the MRSILS to obtain better performance. The experiments show that the new algorithms produce slightly better results than the original one.

Thus, it is proposed to try MRSILS and NEH heuristic to apply on clusters of the problem described below.

3 Description and problem statement

The TSP can be defined as follows: Find the shortest route for a sales person starting from a city, visiting each in a specific group of cities just once and returning to the starting point [45].

The TSP can be defined as an undirected graph G = (V,E) if symmetric, or as a direct graph G = (V,A) if it is asymmetric. The set V = {1,…n} is a set of vertices or nodes, E = (i,j): i, jϵV, i<j a set of arches undirected, A = {(i,j): i, jϵV, i≠j} a set of directed arcs. A is the cost matrix C = Cij defined on E or possibly on A. The cost of the matrix satisfies the triangle inequality [46] provided Cij ≤ Cik+Ckj, for all i,j.k; where vertices are points in in the plane Pi = (Xi,Yi); and is the Euclidean distance. The triangle inequality is satisfied if Cij is the length of the shortest path from i to j in G.

Anil, Bramel and Hertz [47] defines the CTSP considering ordering the clusters for TSP, where a traveling salesman starts and ends its journey in a specific city must visit a set of n points divided into k clusters not connected, the k points of that cluster are visited before the points of the cluster k+1 for k = 1,2,…,k–1 seeking the minimum total travel distance.

Given a complete undirected graph G = (V,E) where k+1 clusters denoted by CiV, for each i = 0,1,2,…,k, preestablished. It is assumed that Ci ∩ Cj = 0 for all 1≤i, j≤k, i≠j, and C0 is denoted as a single node 0ϵV and may be a deposit C0 = 0. The CTSP seeks to determine the minimum distance of commuter travel agent starting and ending in the same city and visiting each of them, which are referred to as V and are in one way. To solve this problem, Phienthrakul [11] proposed a technique called k-means, to group in clusters with the steps described below:

  1. Choose an integer value for k.
  2. Select k objects arbitrarily (use these as initial set of k centroids).
  3. Assign each of the objects to a cluster, which is closest to the centroid.
  4. Recalculate the centroid of k clusters.
  5. Repeat steps 3 and 4 until the centroids do not change more.

Another technique proposed by the author is called Gaussian Mixed Model applied by the normal distribution forming clusters. The model uses the Maximization Algorithm Hope EM [48], to adjust the Gaussian distribution of the data. The algorithm starts by defining the number of clusters k and selecting the settings k of Gaussian distributions

λ = (μ1,μ2,…,μk,σ1,σ2,…,σk) where each cluster has a normal probability distribution with N .

This article proposes to use k-means algorithm and recalculate the centroids by deducting the arithmetic mean of the coordinates X and Y, to obtain a new centroid and iterate until the centroids no change more, allowing the algorithm to be more efficient by using the arithmetic mean instead of a fit test that requires more steps.

4 Development

This article seeks to solve the TSP in combination with clusters, NEH and MRSILS, such combination henceforth it is called as CTSPMRSILS, which consist in grouping nodes in clusters to find the minimum distance in each of them, but unlike the proposed by Phienthrakul [11] it is modified to work with a proposed heuristic that provides solutions for each cluster with a combination of the NEH [49] and MRSILS algorithms, which is explained by applying it to the instance burma14 instance of TSPLIB [50], as shown in the following steps:

  1. 1. Let n the number of cities or nodes to visit by the commercial traveler, the number of groups or clusters in which the total of nodes is divided, calculating k. So that , rounding the value of k when necessary. To illustrate the solution to the problem, coordinates X and Y are taken from burma14 [50], which are shown in Table 1; for this example,
  1. 2. k clusters are represented individually by nodes called centroids placed at random coordinates on the TSP; in this case, k random numbers are the centroids in X between the minimum value of the coordinates 14.05 and 25.23 as maximum; similarly, the random number in Y is between the minimum 92.54 and maximum 98.12. Thus, the centroid N = (Coordinate X, Coordinate Y) is obtained for N = 1,2,k. And the following centroids are generated:
    1. Centroid 1 = (22, 98);
    2. Centroid 2 = (18, 97);
    3. Centroid 3 = (23, 9).
  2. 3. Subsequently, n nodes are grouped by assigning each of them to the nearest centroid, such that no node remains without assigned centroid; as it is shown in Table 2 for this example.
thumbnail
Table 2. Clusters allocation by the minimum distance from the node to the centroid.

https://doi.org/10.1371/journal.pone.0201868.t002

Table 2 also shows the distance between each node and each cluster; each node is assigned to the nearest cluster, using the expression of the distance between two points Franklin [51]: (1)

The assignment of the nodes to the clusters is as follows, cluster 1 = 5, 6, 7, 12; cluster 2 = 1, 2, 8, 9, 10, 11, 13, 14 and cluster 3 = 3, 4.

  1. 4. Then, the arithmetic mean of the coordinates is calculated in X and Y for each cluster, with the intention of finding a representative node in each of them; these nodes replace the centroids of step 3. Steps 3 and 4 are repeated until the centroids no change more. For example, burma14 [50] centroids are updated as:
    1. Centroid 1 = (22.31,96.48);
    2. Centroid 2 = (17.07, 96.42);
    3. Centroid 3 = (21.24,92.96).

Table 3 shows the coordinates of clusters 1,2 and 3; C1, C2,C3 respectively in the X and Y axes, also from it the average of the coordinates of each cluster and in both axis are obtained to recalculate the centroids, therefore, such averages are: for C1,μx = 22.31 and μγ = 96.48; for C2,μx = 17.07 and μγ = 96.42; for C3,μx = 21.24 and μγ = 92.96.

Repeating steps 3 and 4, Table 4 is obtained; in which there is only one modification compared to Table 3. The clusters are remapped as shown in Table 4.

Now new centroids are:

  1. Centroid 1 = (22.31, 96.48);
  2. Centroid 2 = (16.63, 96.69);
  3. Centroid 3 = (20.85, 93.48);

For the next iteration, there is no reassignment of nodes to a different cluster, allocations are equal to those of Table 4, so the step 4 in this iteration found the following clusters:

  1. Cluster 1 = 5-6-7-12;5
  2. Cluster 2 = 1-2-8-9-10-11-13;
  3. Cluster 3 = 3-4-14.
    1. 5. In this step the NEH algorithm is applied to each of the k clusters, hereinafter the algorithm only be explained with the cluster 2, which is the largest for this example, calculating the cost or distance of each of the nodes to the other nodes belonging to the cluster in Table 5.
  1. 6. Nodes are sorted in ascending order relative to the travel expense, thereby Table 6 for Cluster 2 is obtained. Chosen as initial cluster nodes in question in the order obtained in the previous step with what you have for each cluster route.
thumbnail
Table 6. NEH initial nodes sortered for cluster 2 output nodes.

https://doi.org/10.1371/journal.pone.0201868.t006

This order of the nodes is:

  1. Centroid 1 = (22.31, 96.48);
  2. Centroid 2 = (17.07, 96.42);
  3. Centroid 3 = (21.24, 92.96)
    1. 7. In this step the first two nodes of the list are chosen to exchange them and the permutation that provides the minimum cost is chosen, this is shown in Table 7 for cluster 2.

This permutation is joined by the third node 9, moving its position in the list, Table 8 is obtained.

The best result obtained in Table 9 can be considered as 9-11-8-1; and it is incorporated to node 2, for Table 10.

The best result is that follows the path 9-11-8-1-2, to which node 13 is incorporated as shown in Table 11. The smaller travel distance in Table 11, is the path 13-9-11-8-1-2, so that the end node 10 of this cluster permuting as shown in Table 12.

The results in each cluster by NEH algorithm are: cluster1, π´ = 7 − 12 − 6–5 with cost of 5.8812; cluster2, π = 13−8−9−11−1−2−10 with cost of 11.3536 and cluster3, π´ = 4−3−14 with cost of 4.4552.

  1. 8. The next step is to apply the MRSILS algorithm to each of the clusters starting from the initial solution generated by the NEH and arbitrarily define the number of iterations of the procedure that are performed, as well as a provisional store π with a default capacity number , which stores the value of π at the end of each iteration. In this initial solution, π, each of the nodes are moved, respecting the order in which they appear, changing their position and choosing the one with the lowest cost or maintaining the one already stored, if it has a lower cost. To see the example of the 13th node, refer to the Table 13. The initial solution provided by NEH for Cluster 2 was 13-8-9-11-1-2-10 and then node 8 is showed in Table 14. In which the value of π with π´ = 13−8−9−11−1−2−10 and we observe that π´ = π, such that it does not change its value.

Then the next node 9 moves position. See Table 15, in this case π´ = 13−8−11−9−1−2−10 is updated because it has a lower cost compared with π. Each of the remaining nodes is changed into its position, the results being as follows. For the 11th node 13−8−11−9−1−2−10, for node 1, π´ = 13−8−9−11−1−2−10, the change of node 2 keeps π´ constant. Finally, for node 10, π´ = 13−8−9−11−10−1−2.

The procedure is repeated in each cluster to a predetermined number of iterations. The value of π in each cluster is stored in the stack named π with capacity in each cluster. When the number of iterations exceeds the value of , the worst of the values in π will be eliminated from the iteration +1. In addition, when a new iteration is initiated a perturbation is made on the best value of π by generating two random positions to make a shift. These are called Aleat and Aleat2 using this new individual generated as π for start the next iteration of MRSILS. For example, if the best element of π is 13-8-11-9-1-2-10, Aleat1 = 3 and Aleat2 = 6. The perturbed solution is 13-8-10-11-9-1-2. In this example, only one iteration is perfomed, and the metaheuristic MRSILS is concluded. Now the clusters are: Cluster1, π = 7−12−6−5 with cost of 5.8812; Cluster2, π = 13−8−11−9−1−2−10 with cost of 11.2294 and Cluster3, π = 4−3−14 with cost of 4.4552.

  1. 9. Now, with this routes for each cluster, a procedure is performed to obtain a single route; for this, initially the centroid 1 distance is calculated for each of the remain centroids, in order to identify which cluster is closest to cluster 1; and this cluster is called cluster near For burma14, the distance from centroid 1 = (22.31, 96.48) is calculated, to each of the rest of the centroids, using the Eq (1) whereby Table 16 is obtained; it is observed that centroid 3 is closest to centroid 1, and then it is called cluster near Cc.
  1. 10. The distance between centroid 1 and each of the nodes in Cc are calculated, and the closest node to centroid 1 is chosen; it is named as nodeC2. The distances between centroid 2 and each of the nodes or cluster 1 are calculated, also the nearest node to centroid 2 is chosen and named as node C1. Subsequently, Cluster 1 is joined with Cc, through the nodeC1 and nodeC2. The distances between Centroid1 and each of the nodes Cc., where the centroid 1 coordinates are X = 22.31 and Y = 96.48, are shown in Table 17.

Table 17 shows the closed node to centroid 1 is 14, so node C2 = 14. The distance of Cc with coordinates X = 20.85 and Y = 93.48 is calculated for each node of cluster 1, as shown in Table 18. That can find the node of cluster 1 and it is closer to the centroid 2, in this case corresponds to node 12 so node C1 = 12.

  1. 11. Now, it is checked which of the nodes attached to node C2 of Cc, is located closer to it, thereby choosing the direction of travel within the cluster. The last node of the path in Cc, is called ClusterEnd2, remaining free according to the algorithm until joining the last cluster with it. Similarly, the last node in cluster 1 is called ClusterEnd1. For the example, the distance of nodeC2 = 14, to respect node 3 and node 4, is calculated. Table 19 shows such distances. So, node 3 is the closest, the direction the Cc route must follow as 14-3-4; in addition,ClusterEnd2 = 4

To end the direction of travel for cluster 1, it is necessary to end the nearest node to node node C1 = 12 between 6 and 7; which are the only possible consecutive as obtained in for its respective Cluster, as shown in Table 20.

Thus, node 6 is closest to node 12, the direction of the Cluster1 path is 12-6-5-7 and ClusterEnd1 = 7, and then the nodes near the centroids are joined so that node 12 joins node 14 as shown in (Fig 1). The ClusterEnd1 and ClusterEnd2 nodes remain free until they join the rest of the clusters; In case they were the only clusters, these nodes join to obtain a final route. In case of a greater number of clusters, it is necessary to continue with next step.

thumbnail
Fig 1. Union of clusters through nearby nodes for MRSILS.

https://doi.org/10.1371/journal.pone.0201868.g001

  1. 12. The next cluster to join is defined by finding the minimum distance between ClusterEnd2 and each of the remaining centroids. For this case, only one cluster is yet to be joined, in such a way that the distance of each node of this final cluster corresponding to cluster 3, with respect to ClusterEnd2, it is calculated, as shown in Table 21.

Table 21 identifies that the cluster 2closest to ClusterEnd2 is 13; and it is named as nodeC3. Subsequently, the node nearest to nodeC3, which is 8 and 10, is identified, to assign the direction to the route, these calculations are in Table 22.

The closest to the nodeC3 is the node 8, so the sequence of cluster 2 is 13-8-11-9-1-2-10, in addition the last node is called ClusterEnd3, in this case it corresponds to 10.

  1. 13. The previous step is repeated until k clusters. Finally, the last node of cluster k is joined to ClusterEnd1 to have the final path of the algorithm as shown in (Fig 2).

The final route is obtained: 7-5-6-12-14-3-4-13-8-11-9-1-2-10-7 at a cost of 37.6361. In the next section the results obtained in various instances reported in TSPLIB [50], are compared in both methods Genetic Algorithms and the proposed method described in this section.

5 Results

As already mentioned, the objective of this article is to demonstrate that CTSPMRSILS, is more efficient than GA when clusters are used in TSP. For comparing them, a GA was programmed with the same parameters of [11], a) Selection Method: Tournament, b) Crossover Rate = 0.9, c) Mutation rate = 0.8, d) Number of generations = 5n and e) Number of individuals = 3n and n is the number of nodes. The 10 instances suggested by the same author were compared in cost and computational time, the last numbers in the name of the instance represent the number of nodes, for example, rat783 has 783 cities, the distance between the nodes were taken of TSPLIB [50]. Additionally, 30, 50 and 100 runs were used in both methods. The results are shown in Table 23 for the cost and in Table 24 for the time, in both cases, CTSPMRSILS obtains better results. It is important to mention that for the case pcb442 it was not possible to run the GA with 100 runs and for rat783 it was not feasible 30, 50 or 100 runs. Due to the complexity of the calculations a program was developed in the specialized software MatlabR2015a, and all the examples were solved in a computer with Core Intel Xeon Processor 3.2 GHz—Quad—Memory 8 GB.

thumbnail
Table 23. Comparison between CTSPMRSILS and GA, parameter cost, minimum values.

https://doi.org/10.1371/journal.pone.0201868.t023

thumbnail
Table 24. Comparison between CTSPMRSILS and GA, parameter time, minimum values.

https://doi.org/10.1371/journal.pone.0201868.t024

In addition, 95% confidence intervals and means were carried out to guarantee the certainty of the result, in both indicators minimum cost in Table 25 and computational time in Table 26, t-student was used for the mean test, in every case, a test for variances was did before, due to the amount of data the tests of variances and means are based on a normal distribution. CTSPMRSILS, represents μ1 and the GA represents μ2. In both cases, there is statistical evidence to affirm that the μ1 is less than μ2, which means that the minimum cost and time are obtained with CTSPMRSILS.

Also, the best results of the CTSPMRSILS were compared with the best-known result reported in the TSLIB [50], the same was done with the results of Piehtrankul [11], see Table 27; in [11] clusters with the k-means method and Genetic Algorithms are used. The comparison method was the percentage relative error, being 10.99% in CTSPMRSILS against 22.28% obtained with [11]. Which means that the proposed method is better than GA in clusters.

6 Discussion

This article seeks to improve the efficiency of algorithms to solve problems with a larger number of nodes, to achive this goalclustering is used. In this research, computational experiments on 10 different instances of TSPLIB [50] are solved with the intention for comparing two methods: CTSPMRSILS and GA when are used in clusters. In this research, computational experiments on 10 different instances of TSPLIB [50] are solved with the intention for comparing two methods: CTSPMRSILS and GA when are used in clusters. For made that comparison, a GA was programmed and evaluate in cost and time with CTSPMRSILS. Also, some instances found in the literature with clusters and GA [11] are compared.

As can be seen in the previous section, the CTSPMRSILS improves the results of the GA when clusters are applied to the TSP. This can be seen in the confidence intervals of both cost and time, since they make inference of the difference that will exist with some confidence between the difference in the results of the compared algorithms, favoring the proposed method. Additionally, when comparing the results obtained by Piethrankul [11] and the proposed method with the best-known found, better results were obtained with the CTSPMRSILS in all instances. Even in the case of berlyn52 the best-know of TSLIB [50] was improved. Moreover, it can be seen in Table 24, that the best results in 9 of the 10 instances were obtained at 50 runs, so it is suggested in a future work to analyze if the number of runs could be a halt criterion.

7 Conclusions

There are a lot of methods to solve the TSP, exact algorithms like branch and cut that are difficult to programming and implement. In the other hand, there are a lot of metaheuristics to deal with the complexity of the problem but any of them do not ensures finding the optimum in polynomial time. For this reason, we presented in our proposal a new algorithm.

Our proposal is a combination of NEH and a modification of the metaheuristic Multi Restart Iterated Local Search MRSILS that are used to solve the TSP with clusters, in the literature there is no one who has used this algorithm to solve the TSP when it is divided into clusters. Phietrankul made a comparison between different algorithms, and GA with cluster was the algorithm that would find the best results (minimum cost). The aim of this article is to demonstrate that the proposed algorithm CTSPMRILS is more efficient than Genetic Algorithms when clusters are used.

We compare CTSPMRSILS with GA with the same parameters of [11] and we get better results with the proposed method. Also, we did the comparison with the results published by Piehthrankul and we obtained better results in all the instances tested. We conclude that method proposed in this article is a viable candidate to solve problems as required by manufacturing companies and obtain better results in cost and time compare with GA.

In addition, the following recommendations are proposed for future research:

  1. The clustering is perfectible so that different methods could be for optimizing the allocation of the nodes to the different clusters.
  2. It is feasible to consider the combination of the MRSILS with some Metaheuristic different from the NEH in the search of better results.
  3. It could also be applied as a halt criterion for predetermined runs in the MRSILS.
  4. One more recommendation may focus on proposing a different method for joining clusters, after metaheuristics give a result.

Acknowledgments

This work was supported by National Council for Science and Technology (CONACYT) with project number CB-2014-237323, and the financial support for publication costs was provided by PRODEP publishing support program.

References

  1. 1. Dantzig G, Fulkerson R and Johnson S. Solution of a large scale Traveling Salesman Problem. Journal of the Operations Research Society of America. 1954; 2(4):93–410.
  2. 2. Laport G, Palekar U. Some Aplications of the clustered travelling salesman problem. Journal of the operational Research Society. 2002; 53:972–976.
  3. 3. Bassesto T. and Mason F. Heuristic algorithms for the 2-period balanced Travelling Salesman Problem in Euclidean graphs, European Journal of Operational Research. 2011; 208(3):253–262.
  4. 4. Bernardino R. and Pais A. Solving the family traveling salesman problem. European Journal of Operational Research, [Internet] 2018. [May 29, 2018] 267 453:466. Available from: https://doi.org/10.1016/j.ejor.2017.11.063
  5. 5. Bailey C. and Mc. Lain T. Fuel Saving Strategies for Separated Space Craft Interferometry. Proceedings of the 2000 AIAA Guidance,Navigation,& Control Conference, United States of America, 2014.
  6. 6. Applegate D., Cook W., Dash S. and Rohe A. Solution of a Min-Max Vehicle Routing Problem, Informs Jorurnal of Computing, [Internet] 2002, [May 29, 2018] Available from: https://doi.org/10.1287/ijoc.14.2.132.118
  7. 7. Anaya G., Hernandez E., Seck J. and Medina J. Solución al Problema de Secuenciacion de Trabajos mediante el Problema del Agente Viajero, Revista Iberoamericana de Automatica e Informatica Industrial 2016, (13):430–437 ISSN: 1697-7912.
  8. 8. Ta D., Gendreau M., Jabali O and Laporte G. The traveling salesman problem with time-dependent service times, European Journal of Operational Research. 2016 January, Volume 248, Issue 2, pp. 372–383.
  9. 9. Veenstra M., Roodbergen K., Vis I. and Coelho L. The pickup and delivery traveling salesman problem with handling costs, European Journal of Operational Research. 2017 February, Vol: 257, Issue 1, pp 118–132.
  10. 10. Tan P, Steinbach M and Kumar V. Introduction to data mining. 1st ed. Boston, EUA: Pearson Addison Wesley; 2011.
  11. 11. Phienthrakul T. Clustering Evolutionary Computation for Solving Traveling Salesman Problem. Inter-national Journal of Advanced Computer Science and Information Technology. 2014; 3(3):243–262.
  12. 12. Seck J., Garcia L. and Medina J. Improving a multi restart local search algorithm by permutation matrices and sorted work times for the flow shop scheduling problem. World Comp Proceedings, 2014. [Internet] Available from: http://worldcomp-proceedings.com/proc/p2014/GEM2351.pdf-
  13. 13. Wagner H. Principles of Operations Research. 2ª ed. Englewood Cliffs,N.J. Estados Unidos de América: Prentice Hall; 1975.
  14. 14. Gutin G. & Punnen A. The traveling salesman problem and its variations. Springer Science & Business Media; 2002.
  15. 15. Kurian A., Mathew J. and Kumar P.A Study on Computational Complexity Classes. International Journal of Engineering Technology, Management and Applied Sciences, 2015; 3(3):219–225.
  16. 16. Dorigo M. Ant colonies for the traveling salesman problem. Universidad Libre de Bruselas, Bélgica. 1997
  17. 17. Cerny, V.Thermodynamical Approach to the Traveling Salesman Problem: An Efficient Simulation Algorithm. Lecture note in computer science Proceedings of the 9th Intenational Conference on ComputationalScience, 5544, 631–640. 1985.
  18. 18. Jog P., Kim J., Suh J., y Gucht D. Parallel Genetic Algorithms Applied to the Traveling Salesman Problem. European Journal of Operational Research. 1991;490–510.
  19. 19. Chatterjee S., Carrera C. and Linch L. Genetic Algorithms and traveling salesman problems. Siam Journal of Optimation, 1996; 515–529.
  20. 20. Larrañaga P., Kuijpers C., Murga R., Inza I.y, Dizdarevic S. Genetic Algorithms for the Traveling Salesman Problem: A review of Representations and Operators. Artificial Intelligence Review. 1999:129–170.
  21. 21. Moon C., Kim J., Choi G.y Seo Y. An efficient genetic algorithm for the traveling salesman problem with precedent constraints. European Journal of Operational Research, 2002; 606–617.
  22. 22. Fogel D. An evolutionary approach to the traveling salesman problem. Biological Cybernetics. 1998; 60:139–144.
  23. 23. Dutta S. and Bhattacharya S.A short review of clustering techniques: International Journal of Advanced Research in Management and Social Sciences, 2015;132–139.
  24. 24. Amdahl G. Validity of the Single Processor Approach to Achieving. Large-Scale Computing Capabilities. AFIPS Conference Proceedings; Vol.30, 483–485. 1967
  25. 25. Nizam M. Kohonen. neural network clustering for voltage control in power systems. Terakreditasi DIKTI. 2010:115–122.
  26. 26. Vijayalakshmi S., Jayanavithraa C., Ramya L., (2013) Gene Expression Data Analysis Using Automatic Spec-tral MEQPSO Clustering Algorithm. International Journal of Advanced Research in Computer and Commu-nication Engineering. 2013; 2:1145–1148.
  27. 27. Weiya R., Guohui L. y Dan T. Graph clustering by congruency approximation. The institution of Engineering and Technology. 2014: 841–849.
  28. 28. Saroj and Chaudhary T. Study on Various Clustering Techniques. International Journal of Computer Science and Information Technologies, 6(3): 3031–3033.
  29. 29. Kaur N. and Kaur J. Efficient k-means clustering algorithm using ranking method in data mining. International Journal of Advanced Research in Computer Engineering and Technology. 2012; 1(3): 85–91.
  30. 30. Nadana T. and Shriram R. Metadata based Clustering Model for Data Mining Journal of Theoretical and Applied Information Technology.2014;59–64.
  31. 31. Kaur A. and Singh A. An Advanced Clustering Algorithm (ACA) for Clustering Large Data Set to Achieve High Dimensionality. International Journal of Applied Information Systems. Foundation of Computer Science FCS, New York, USA. 2014;7(2).
  32. 32. Tavse P., Khandelwal A. A critical Review on Data Clustering in Wireless Network. International Journal of Advanced Computer Research, 2014, ISSN (print): 2249–7277 ISSN (online): 2277–7970) 2014; 4(3):795–798.
  33. 33. Refianti R., Mutiara A., Juarna A. y Ikhsan S.Analysis and implementation of algorithm clustering affnity propagation and k-means at data student based on gpa and duration of bachelor-thesis completion. Journal of Theoretical and Applied Information Technology. 2014; 35(1);69–76.
  34. 34. Karapetyan D. and Gutin G. LinKernighan heuristic adaptations for the generalized traveling salesman problem. European Journal of Operational Research. 2011; 208(3):221–232.
  35. 35. Sivaraj R, Ravichandran T and Devipriya R. Solving Traveling Salesman Problem using Clustering Genetic AlgorithmInternational Journal on Computer Science and Engineering. 2012; 4(7):1310–1317.
  36. 36. Tsai C. and Chiu C. A VNS based Hierarchical Clustering Method. International Conference on Computational Intelligence, 2006.
  37. 37. Nagy M. and Negru D. Using clustering software for exploring spatial and temporal patterns in non-communicable diseases. European Scientific Journal. 2014;10(33):3747.
  38. 38. Vishnupriya N., Sagayaraj F. Data Clustering using MapReduce for Multidimensional Datasets: International Advanced Research Journal in Science, Engineering and Technology. 2015; 2(8).
  39. 39. Nidhi S. A modified Approach for Incremental k-Means Clustering Algorithm. 2015; 3(2):1081–1084.
  40. 40. Nawaz M, Enscore J, Ham . A Heuristic Algorithm for the m-Machine, n-Job Flow-shop Sequencing Problem. Omega-International Journal of Management Science. 1983; 11:91–95.
  41. 41. Liu G., Song S. and Wu C. Two Techniques to Improve the NEH Algorithm for Flow-Shop Scheduling Problems: Advanced Intelligent Computing Theories and Applications with Aspects of Artificial Intelligence of the series Lecture Notes in Computer Science. 2012; 68:41–48.
  42. 42. Mestria M. Heuristic methods using variable neighborhood random local search for the clustered traveling salesman problem: Revista Cientifica y Electronica de ingeniería de produccion. 2014:1511–1536.
  43. 43. Grasas A., Juan A. And Lorenzo H. SimILS: a simulation-based extension of the iterated local search metaheuristic for stochastic combinatorial optimization, Journal of Simulation. 2014:69–77.
  44. 44. Dong X., Chen P., Huang H., Nowak M. A multi-restart iterated local search algorithm for the per-mutation ow shop problem minimizing total ow time: Computers and operations research. 2012; 40:627–632.
  45. 45. Subramany A. and Gounaris C. A branch-and-cut framework for the consistent traveling salesman problem, European Journal of Operational Research. 2016; 248(2)(16):384–395.
  46. 46. Apostol T. Calculus: One-Variable Calculus, with an Introduction to Linear Algebra. 2nd ed. Waltham, MA: Blaisdell; 1967.
  47. 47. Anil S., Bramel J. and Hertz A. A 5/3 approximation algorithm for the clustered traveling salesman tour and path problems: Operation Research. 1999; 24:29–35.
  48. 48. Dempster A. P., Laird N. M and Rubin D. Maximum likelihood from incomplete data via the EM algorithm. Journal of the Royal Statistical Society. 1977; 39(1):1–38.
  49. 49. Singhal E., Singh S. and Dayma A. An improved Heuristic for permutation Flow Shop Scheduling: International Journal of Computational Engineering Research. 2012; 2(6):95–100.
  50. 50. Reinelt G. TSPLIB; 2016. [Citado mayo 2018]. Base de datos: figshare [Internet]. Available from: http://comopt.i.uni-heidelberg.de/software/TSPLIB95/tsp/
  51. 51. Franklin D. Introductory University Mathematics with mymathlab leveler. 2nd ed. (Original in Spanish: Matemáticas Universitarias Introductorias con nivelador mymathlab) Pearson; 2014