Next Article in Journal
Embedded Bayesian Network Contribution for a Safe Mission Planning of Autonomous Vehicles
Previous Article in Journal
An Algorithm for Fuzzy Negations Based-Intuitionistic Fuzzy Copula Aggregation Operators in Multiple Attribute Decision Making
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Novel Graph Model for Solving Collision-Free Multiple-Vehicle Traveling Salesman Problem Using Ant Colony Optimization

by
Anugrah K. Pamosoaji
1,* and
Djoko Budiyanto Setyohadi
2
1
Fakultas Teknologi Industri, Universitas Atma Jaya Yogyakarta, Yogyakarta 55281, Indonesia
2
Magister Informatika, Universitas Atma Jaya Yogyakarta, Yogyakarta 55281, Indonesia
*
Author to whom correspondence should be addressed.
Submission received: 28 April 2020 / Revised: 18 June 2020 / Accepted: 23 June 2020 / Published: 26 June 2020
(This article belongs to the Section Combinatorial Optimization, Graph, and Network Algorithms)

Abstract

:
In this paper, a novel graph model to figure Collision-Free Multiple Traveling Salesman Problem (CFMTSP) is proposed. In this problem, a group of vehicles start from different nodes in an undirected graph and must visit each node in the graph, following the well-known Traveling Salesman Problem (TSP) fashion without any collision. This paper’s main objective is to obtain free-collision routes for each vehicle while minimizing the traveling time of the slowest vehicle. This problem can be approached by applying speed to each vehicle, and a novel augmented graph model can perform it. This approach accommodates not only the position of nodes and inter-node distances, but also the speed of all the vehicles is proposed. The proposed augmented graph should be able to be used to perform optimal trajectories, i.e., routes and speeds, for all vehicles. An ant colony optimization (ACO) algorithm is used on the proposed augmented graph. Simulations show that the algorithm can satisfy the main objective. Considered factors, such as limitation of the mission successfulness, i.e., the inter-vehicle arrival time on a node, the number of vehicles, and the numbers of vehicles and edges of the graph are also discussed.

1. Introduction

Distribution systems involving autonomous vehicles, such as automated guided vehicles (AGV), are an interesting research topic that continuously grows in the operational research area. Routing and scheduling have been dominating issues to explore. Particularly, in applications involving multiple vehicles, vehicle routing problem (VRP) and its variants are well-known approach to solve client services. Such problems are usually generalized by the traveling salesman problem (TSP) [1,2,3,4,5]. Many approaches to solve complexity in TSP are explored, such as min-k-SCCP [6,7,8,9].
In general, many scholars are focused on the minimization of cost, especially with regard to the required processing time [1,10,11,12,13,14,15]. However, in the modern distribution systems, other issues, such as collision, appear [11,14]. Particularly, for instance, in warehouses, cross-sections always exist in their layout. This condition leads to an unsafe situation caused by the high possibility of collision. Numerous researches have been reported, such as conflict-free routing for material handling vehicles [10,11,12,13,14] and distribution system [15,16,17,18]. Thus, this issue emerges in studies on avoiding collision scheduling. Mostly, artificial intelligence (AI)-based methods were proposed to solve the problem [1,14,15,16,17,18].
Based on our investigation, less of the publications address a problem of asymmetric TSP (ATSP). In this problem, an individual (vehicle, human, etc.) is required to travel from node-to-node on a not-fully connected graph, where each node can be visited only once by minimizing a given cost function. This type of problem was initially analyzed by a simple problem such as TSP, which has been explored for decades [15,16,18,19,20,21,22,23,24]. At the first appearance, this problem was overcome by simple computational techniques, such as the ascent method [19] or taboo parallel search method [20]. However, as more variations of TSP appeared, the use of these computational techniques is inadequate, especially because of great computational efforts. A particular complex variant of TSP is Multiple TSP (MTSP), which is proven as NP-hard [10,25,26,27]. In the MTSP, each node is allowed to be visited only once. Furthermore, the order of the routes of each agent is free of constraint. Consequently, this scenario leads to split routes, i.e., there is no intercepted route among agents. Several methods were proposed, i.e., Ant Colony Optimization (ACO) [17,27,28], Bee Colony Optimization (BCO) [18], neural network [21], branch-and-bound algorithm [13], and so forth.
We introduce a variant of MTSP called Collision-Free Multiple Traveling Salesman Problem (CFMTSP). Unlike the typical MTSP, this problem considers a particular case where more than one vehicle can visit the same node to establish some activities. Similar to single TSP, each vehicle has to visit all nodes only once. However, unlike the typical MTSP, each node is allowed to be visited by each vehicle only once, and for a time interval, only a vehicle can occupy the node. In CFMTSP, we consider the mission that all the vehicles must accomplish their own TSP. Our objective is to minimize the completion time of the slowest vehicle. A side-effect problem arises, i.e., collision avoidance at each visited node, especially which has more than one edge. Collision issues have appeared in numerous works [29,30,31,32,33,34,35,36]. The typical definition of collision considers only vehicle-to-vehicle distance [10,11,12,13,14,29]. Here, each vehicle has a “safety area” around its body that cannot be occupied by other vehicles. However, under particular motion directions, the safety area cannot guarantee the safety, since the vehicle moves faster than the minimum allowable speed toward another vehicle. This problem was coined in the work of Fraichard and Asama [30] by introducing an “inevitable collision states”, i.e., a set of configurations (position and direction) of a vehicle that makes the vehicle fail to avoid collision with any object. A successful development of the framework of predicting the collision was introduced in Reference [31], and is called the “reciprocal velocity obstacle”. This work defines “obstacle” in a more precise manner, by considering not only the position of the obstacle but also the velocity of the vehicle and the obstacle. Therefore, the collision time can be predicted [32,33,34,35,36].
The typical MTSP is mostly solved by utilizing a conventional graph model consisting of a set of nodes and a set of edges. However, such a graph model cannot be used to handle the issue of the collision, since the model only describes the information of position. In our work, we propose a novel graph model that contains information on position and speed options. Speed, together with node-to-node distance, is useful to determine the minimum arrival time difference between any two vehicles on a node, which in turn, can be used as a collision indicator. We assume that the safety area on each node corresponds to its minimum allowable arrival time difference. In order to find the optimal solution, we utilize an Ant Colony Optimization (ACO) algorithm on the proposed graph model, such that the solution is not only a sequence of visited nodes but also the speed that is applied for the node-to-node trip. The typical algorithm uses a single species of ant to find the optimal single vehicle’s route search. However, it is inadequate to use that single species to solve CFMTSP. Therefore, we propose multiple species of ants, as each ant represents a specific vehicle. The main feature of such an ACO algorithm is in the assumption that each ant only recognizes pheromone trails from other ants in the same species.
Based on the previous study, the problem that is similar to the CFMTSP has never been explored yet. The closest research was reported in References [13,37,38]. The research in Reference [13] focused on finding the route and speed for the Vehicle Routing Problem (VRP). However, this method uses an assumption of independent speed choice between any two edges, which is mechanically unrealistic because of the existence of acceleration constraints (see [36]). The issue of collision in MTSP appeared in References [37,38,39]. In Reference [37], a fleet of vehicles serves all nodes in an overlapped time-based batch. Accordingly, this problem may contain the possibility of collision, as well, since any two vehicles can visit the same node in an overlapped time. In Reference [38], a variant of TSP, namely Close Enough Traveling Salesmen Problem (CETSP), is presented. This work considers the node more as an area with a predetermined radius rather than the nodes as points. Moreover, the area is allowed to be occupied by only one vehicle at any time. However, similar to Reference [13], the node-to-node travel time in both articles is assumed to be predetermined. This assumption is practically not realistic, because a single (autonomous) vehicle is controlled automatically by a computer-based control system [39]. The control system has to send some speed instructions to the AGV while traveling some paths [35]. Several published algorithms did not consider speed selection, because they was assumed that some constant speeds are applied to the paths [25,26,27].
The organization of this paper is described as follows. Section 2 introduces several terminologies needed to support the analysis and discussions. Section 3 describes the problem statement. Section 4 explains the proposed methods, including the proposed augmented graph and the application of ACO on the graph. Section 5 reveals the simulation results and discussions. Finally, Section 6 concludes the overall work and describes future works.

2. Preliminaries

Let G ( V , E ) be an undirected graph, where V = { v i } i = 1 N v denotes a set of N v nodes, and E = { e i , j } is a set of edges connecting two nodes v i and v j , i.e., e i , j = { ( v i , v j ) | i ,   j   { 1 ,   2 , , N v } } . In addition, let B = { b i , j } { 0 , 1 } N v × N v be an adjacency matrix of G , i.e., the matrix that describes the connectivity of any pair of nodes in V , where b i , j is assigned to one if v i and v j , i j , are connected and zero elsewhere. Let S = { s l | l { 1 ,   2 , , N s } } be a set of N s speed options s l to be applied to all vehicles at any node in G . Suppose that there exists a group of N u vehicles that are assigned to visit each node in G .
Definition 1.
Route and sub-route. A sub-route from v i to v j is defined as e i , j , and a route is defined as a sequence of sub-routes, i.e., Ξ = { e i , j | i ,   j   { 1 ,   2 , , N v } } that begins from the start node v i ,   s t a r t V to the end node v i , e n d V . The sub-route and route that are traveled by the k-th vehicle, k { 1 , , N u } , are denoted as e i , j k E and Ξ k , respectively.
Definition 2.
Trajectory and sub-trajectory. A sub-trajectory ψ i , j , l is defined as a pair of sub-routes and speed option ( e i , j ,   s l ) , or in other words, the sub-route from the i-th node to the j-th node by applying the l-th speed option. A trajectory is a sequence of sub-trajectories, denoted as Ψ = { ψ i , j , l } connecting the start node v i , s t a r t V to the end node v i , e n d V . The sub-trajectory and trajectory that are traveled by the k-th vehicle are denoted as ψ i , j , l k , and Ψ k , respectively.
Definition 3.
Arrival time. Arrival time of the k-th vehicle to the i-th node, denoted as t i k , is defined as the time when the vehicle starts to enter the node.
Definition 4.
Operational time. The operational time of the k-th vehicle on the i-th node, denoted as t o p , is defined as the difference between the times the vehicle leaves and enters the node.
Definition 5.
Completion time. A completion time, t c k , is the time required by the k-th vehicle to visit all nodes in G.
Definition 6.
Collision. Any two vehicles are said to have not collided at the i-th node if, and only if, the arrival time difference | t i k 1 t i k 2 | > t o p , k 1 k 2 , and during the time interval each vehicle is out in the inevitable collision states defined in References [21,22].

3. Problem Statement

In this study, we enhanced the problem of the typical TSP (see [6,12]) to collision-free multiple TSP (CFMTSP). In this problem, each vehicle attempts to establish its individual TSP mission. The CFMTSP is described as follows. First, we need to find a complete trajectory for all vehicles, i.e., { ψ i , j , l k } , such that the following function is minimized:
t max = max ( t c 1 , t c 2 , , t c N u ) ,
subject to the following:
  • There is no collision between any vehicles (see Definition 6) at each node.
  • The start times, t start k , of all vehicles are zero, i.e., t start 1 = t start 2 = = t start N u = 0 .
  • s l > 0 .
Note that the second constraint is designated to be a collision indicator. If the constraint is violated, then the vehicles have collided with each other. The third constraint emphasizes that there is no delay among the start times of the vehicles.
Assumption 1.
All vehicles start from different nodes.
Assumption 2.
The operational times, t o p , for all nodes in Gare assumed to be constant.
Assumption 3.
The number of speed options, i.e., N s , is the same for all vehicles.
Assumption 4.
Collisions are considered only at the nodes. The edges are assumed to be sufficiently broad, so that any vehicles passing through the same edge will not collide with each other.
Assumption 5.
The graph G ( V , E ) is not a multi-graph, i.e., the number of edges between any two nodes is exactly one.

4. Proposed Methods

4.1. Augmented Graph

4.1.1. Graph Model

Solving the problem described in (1) is difficult by using typical graph G , since there is no information about the arrival time of each vehicle at each node. Consequently, the inter-vehicle collision problem is unable to solve. To address such a problem, instead of using typical graph G , we developed a novel structure of the graph, which is called an augmented graph, denoted by G a . The augmented node can be constructed from the typical graph G . Let G a ( V a ,   E a ) be an augmented graph, where V a = { ψ i , j , l } , as long as b i , j = 1 , i ,   j   { 1 , , N v } and l { 1 , 2 , , N s }, is defined as a set of augmented nodes and E a = { ξ i 1 , j 1 , l 1 i 2 , j 2 , l 2 } , where ξ i 1 , j 1 , l 1 i 2 , j 2 , l 2 = ( ψ i 1 , j 1 , l 1 ,   ψ i 2 , j 2 , l 2 ) is augmented edge, i.e., start and end connected sub-trajectories pairs ψ i 1 , j 1 , l 1 and ψ i 2 , j 2 , l 2 . Note that the notation ξ i 1 , j 1 , l 1 i 2 , j 2 , l 2 implies that ψ i 2 , j 2 , l 2 must be a successor of ψ i 1 , j 1 , l 1 . Therefore, it is required that i 2 = j 1 .
Figure 1 visualizes the proposed G a , V a , and E a . G a expands the typical G from the node-to-node relation into transition-to-transition relation. In the typical graph G , the edges are weighted by node-to-node distance L i , j while in the augmented graph G a , the augmented edges are weighted by acceleration, whose formulation is conducted using start and final speeds the node-to-node distance (see Equation (5)).
Figure 2 shows that, for a node-to-node trajectory, there are some speed alternatives to apply. Therefore, the augmented edge between any pair of augmented nodes can represent information of acceleration and traveling time, for instance, the transition from ψ 1 , 2 , 1 to ψ 2 , 3 , 2 . The applied initial and target speeds at the endpoint of ψ 1 , 2 , 1 are s 1 and s 2 , respectively. Therefore, the uniform acceleration a 1 , 2 along the augmented edge is formulated as following:
a i , j = ( s j ) 2 ( s i ) 2 2 L i , j ,
where L i , j is the length of the edge e 1 , 2 , and it is plotted to the transition from ψ 1 , 2 , 1 to ψ 2 , 3 , 2 .
Furthermore, the traveling time, t , related to the acceleration in Equation (2) is formulated as follows:
t = { L i , j s i ,     if   a = 0 ,   s i + ( s i ) 2 + 2 a L i , j a i , j ,   otherwise .

4.1.2. Additional Adjacency Matrix

We introduced some supporting matrices to support the proposed algorithm. First of all, we introduced edge matrix, denoted as B e = { b e i , j | i , j { 1 , 2 , , N v } } , whose dimension is the same with the adjacency matrix B . Let e q , where q is the identifier of an edge whose value can be determined by Algorithm 1, be defined as the edge identifier of each element of B , i.e., b i , j that has the value of 1. Therefore, we get the following:
b e i , j = { e q ,     if   b i , j > 1 , 0 ,   otherwise .
where i , j { 1 , 2 , , N v } .
Algorithm 1 Determine the index of edge matrix
1: Input: B
2:  q = 0 ;
3: For i = 1 to N v
4:  For j = 1 to N v
5:   If i j and b i , j = 1 , then q = q +1 and e q = q .
6:  End
7: End
8: Output: all { e q } .
For instance, suppose that we have the following adjacency matrix of a graph G whose number of nodes is 5, as follows.
B = [ 0 0 1 0 0 1 0 0 1 1 0 1 0 1 1 1 0 1 0 1 0 0 0 0 0 ]
Therefore, by using (4), we have the following:
B e = [ 0 0 e 4 0 0 e 1 0 0 e 6 e 8 0 e 3 0 e 7 e 9 e 2 0 e 5 0 e 10 0 0 0 0 0 ]
.
Furthermore, we use the index of e q , i.e., q as the index of row of another adjacency matrix named trajectory adjacency matrix, denoted as B ψ . Each row and each column of this matrix represent edge e q and speed s l , respectively. Let ψ p be the element of B ψ , where we have the following:
p ( q , l ) = ( q 1 ) N s + l   ,
l { 1 , 2 , , N s } and q are defined in (4). Suppose that we apply three-speed options; therefore, N s = 3 . From the adjacency matrix example in Equation (5) and its respective edge matrix in (6), we have the elements of T as follows: For edge e 1 , we have three trajectories, i.e., ψ 1 , ψ 2 , and ψ 3 . Since from Equations (5) to (7), e 1 represents e 1 , 2 , then ψ 1 , ψ 2 , and ψ 3 represent ψ 1 , 2 , 1 , ψ 1 , 2 , 2 , and ψ 1 , 2 , 3 , respectively. Similarly, e 5 represents e 3 , 4 . By using (10), we have trajectories ψ 13 , ψ 14 , and ψ 15 . Therefore, according to Equations (5)–(7), ψ 13 , ψ 14 , and ψ 15 represent ψ 3 , 4 , 1 , ψ 3 , 4 , 2 , and ψ 3 , 4 , 3 , respectively.
The last adjacency matrix is the augmented-edge adjacency matrix, denoted by B ξ , where the row and column are indexed by the index of ψ p , i.e., p . Let ξ h be the element of B ξ , whose value is not zero and be associated to ξ i 1 , j 1 , l 1 i 2 , j 2 , l 2 by applying Algorithm 2.
Algorithm 2 Determining the index of ξ :
1: Inputs: B ψ ,   p 1 , p 2
2: Output: B ξ , ξ h
3: h = 0
4: For i = 1,…, | B ψ | // loop for all rows
5:  For j=1,…, | B ψ |   // loop for all columns
6:    c 1 = r o w ψ ( ψ i ) ; c 2 = r o w ψ ( ψ j )
7:   If c 1   c 2
8:    If e n d e ( e c 1 ) = s t a r t e ( e c 1 )
9:     h=h+1
10:      b ξ i , j = h
11:      ξ h = h
12:    Else
13:      b ξ i , j = 0
14:    End
15:   Else
16:     b ξ i , j = 0
17:   End if
18:  End for
19: End for
The functions r o w ψ ( x ) , s t a r t e ( x ) , and e n d e ( x ) return the row index belonged to the row in B ψ containing x, the indexes of start and end node in B e , respectively. In the previous example, there are ten edges and three speed options. The number of trajectories is 30 and the dimension of B ξ = 30 × 30 . Until this step, we have the following adjacency matrices: B e , B ψ , and B ξ . Suppose that we are given ξ h ; then, by using the map described in B ξ , we obtain ψ p 1 and ψ p 2 , where p 1 and p 2 are the indexes of the row and column of B ξ associated to ξ h . After that, we check the map in B ψ , and we obtain the edge e q and speed option s l for each ψ p 1 and ψ p 2 .

4.2. Ant Colony Optimization

Ant Colony Optimization (ACO) was first introduced in Reference [28]. This algorithm is powerful for routing problems such as traveling salesman problem (TSP), vehicle routing problem (VRP), and their variants [17,27]. The algorithm mimics the behavior of a colony of ants in foraging activities. Suppose that, at the beginning, the colony has no information about the location of the food source. An ant system (AS) consists of a set of artificial ants which perform foraging activities, from their nest to a food source. Some ants begin to move randomly to any direction and deposit a chemical called “pheromone”, whose trails will be traced by other ants. This process is iterated such that the optimal route is that with the maximum number of pheromone trails.
In this study, we used an ACO algorithm for finding trajectories for a multiple-vehicle system. The algorithm is different from the typical ones. It involves more than one species of ants whose pheromone the others cannot detect trails of. In the cases of CFMTSP, a species represents a vehicle. We develop an algorithm such that each species performs a collision-free trajectory, i.e., all species can prevent collision with each other. In this study, we assume that any two species are not colliding with each other if the difference of their arrival times exceeds a minimum allowable value.
Suppose that there exist N u ant species. Each species consists of N m ants. The r-th ant of the k-th species, denoted by θ k , r , k { 1 , 2 , , N u } , r { 1 , 2 , , N m } , represents the k-th vehicle. Each ant is assumed to be able to recognize only the trails produced by ants of the same species. Therefore, if there exists a large concentration of pheromone in a sub-route, if it comes from different species, then it is less possible for the ant to choose that sub-route as a choice. As the typical ACO algorithms, as one ant passes a sub-route, it leaves pheromone trails along the sub-routes. From now on, the others will smell the trails, and based on the largest amount of pheromones, it will choose the sub-route. Even though there are pheromones produced by other different ant species, the ant cannot recognize them. This behavior is similar to the behavior of some colonies of ants in the real world, that is, they cannot recognize the trail of other different ant species, as reported in Reference [40]. Researchers in that study have discovered that a species of ants, i.e., Lasius nigers (La. nigers), is unable to recognize the pheromone trails produced by Novomessor cockerelli (N. cockerelli) and Linepithema humilis (Li. humilis). The reason is that their pheromone trails are constructed by different chemicals.
In this model, we applied the amount of pheromone applied to the proposed augmented graph G a to augmented edges ξ h . Define n , τ h k , and Δ τ h k , r as the iteration, the total amount of pheromone left by the k-th ant species on augmented edges ξ h , and the increase of pheromone amount left by each r-th ant of the k-th ant species, respectively. We formulate τ h k as follows.
τ h k ( n ) = τ h k ( n 1 ) + r = 1 N m Δ τ h k , r ( n ) ,
if a solution is found and the i-th and j-th nodes are the part of the augmented edge passed through by the k-th ant species, and
τ h k ( n ) = ρ τ h k ( n 1 ) ,
where ρ   ϵ   ( 0 , 1 ] is defined as evaporation rate, if the search fails to find a solution. Furthermore, Δ τ h k , r is formulated as follows:
Δ τ h k , r = Q d k , r ,
where d k , r is the total distance traveled by the r-th ant from the k-th species, and Q is a positive constant.
We apply the probability of selecting ξ h , i.e., P r ( ξ h ) as follows:
P r ( ξ h ) = ( η h ) β ( τ h k ) γ a l l   ξ h i ϵ Ν e i g h b o r s ( ξ h ) ( η h i ) β ( τ h i k ) γ ,
Note that the selection of trajectories of more than one vehicle leads to a consequence of inter-vehicle collision-checking. Therefore, a procedure for checking the collision is developed.
Before describing the main algorithm, we define a number of variables: v i , start k , r and s start k , r are the initial position and speed, respectively. L unv k , L e k , L ψ k , L ξ k , and L ξ , sel k are the lists of unvisited nodes, collection of edges, collection of trajectories, and collection of augmented-edges, the sequence of selected augmented-edges from the start to end nodes, respectively. L vis i is a collection for each node i { 1 , 2 , , N v } that stores information of the k-th vehicle that has visited the node and its associated arrival time, t i k . Ψ best k is the best trajectory performed by the k-th species.
In Line 1 of Algorithm 3, the input is the graph G , initial positions v i , start k , r , and speed s start k , r of each r-ant of the k-th ant species. Note that r also represents the index of iteration. Consequently, N m represents the number of iterations. In Lines 3 and 4, all the required adjacency matrices are constructed, and L unv k for all ant species is set to be empty.
The searching process starts from Line 5. For each iteration, trajectories are constructed for each species. In Line 7, some required initializations are performed, such as the initial amount of pheromones. The values are set randomly small to prevent division-by-zero at the beginning at the process. The next processes are focused on identifying the augmented edge of the current occupied node, v curr k .
The function CreateEdgeList( v curr k ) is purposed to extract all edges e q in G whose start nodes are v curr k . In this process, the edge matrix B e is used. The resulted e q is then pushed to L e k .
The next step is to extract the sub-trajectories, ψ p , whose edges are e q . However, two conditions make the extraction fail. First, it is possible that the end node of the edge e q , i.e., e n d e ( e q ) ), was visited. Therefore, the availability of the end node of the edge must be checked (Line 13). Second, even though e n d e ( e q ) ) is available, if there exists another ant occupying the node such that the second constraint is violated, then the process is continued to the next edge. This process is revealed in Lines 14–16.
If the end node of the edge e q has not been visited yet and has no collision issue, then the function CreateTrajectoriesList( L e k , e q ) is executed (Line 18). The CreateTrajectoriesList( L e k , e q ) uses trajectory adjacency matrix B ψ as reference to find the correct trajectories that are spanned by the q-th edge in L e k . If the end node of the edge e q has been visited previously, the process will check the other edges. If there is no edge available, then it can be concluded that a complete trajectory is failed to found. Therefore, the process is continued to new iteration (Lines 29–32). In Line 30, the amount of pheromone trails is reduced by calling ReducePheromoneTrailsAmount( L ξ k ,   τ h k ), which applies Equation (12).
Algorithm 3 Main Algorithm
1: Inputs: G , v i , start k , r , s start k , r , for all k { 1 , 2 , , N u } , r { 1 , 2 , , N m } ,
2: Perform , B e , B ψ , and B ξ .
3: Ψ best k {   } , for all k { 1 , 2 , , N u } .
4: L unv k {   } i = 1 N v , for all k { 1 , 2 , , N u } .
5: For r = 1 to N m
6:  v curr k = v i , start k , r
7: Initialize( v curr k , s start k , r );
8:  L unv k { v i } i = 1 N v , L e k {   } , L ψ k {   } , L ξ k {   } , L ξ , sel k {   } , L vis i {   } .
9: For each k-th ant species
10:  While L unv k {   }
11:    L e k CreateEdgeList( v curr k ).
12:   For each edge in L e k , i.e., e q ,
13:    If e n d e ( e q )   L unv k ,
14:     If IsCollided( L vis i , e n d e ( e q ) ) is TRUE
15:      continue;
16:     End
17:      ψ p = CreateSubTrajectoriesList( L e k , e q ).
18:      L ψ k ψ p .
19:     For each p-th trajectory in L ψ k i.e., ψ p ,
20:       L ξ k CreateAugmentedEdgesList( L ψ k , ψ p ).
21:     End
22:      L ξ , sel k SelectAugmentedEdge( L ξ k ).
23:      { t i , max k } CalculateMaxArrivalTime( L ξ , sel k ).
24:     Remove( L unv k ,   e n d e ( e q ) ).
25:    Else
26:     continue.
27:    End
28:   End
29:   If L ψ k = = {   }
30:     τ h k = ReducePheromoneTrailsAmount( L ξ , sel k ,   τ h k )
31:    go to Line 5.
32:   End
33:     L ψ k {   } .
34:  End //end while
35: End // end for
36:  τ h k = CalculatePheromoneTrailsAmount( L ξ , sel k ,   τ h k ), for all k { 1 , 2 , , N u } .
37:  P r (   L ξ , sel k ) = CalculateProbability( L ξ , sel k , τ h k ), for all k { 1 , 2 , , N u } .
38:  t best k = min( { t i , max k } )
39:  L unv k {   } i = 1 N v
40: End
41: Outputs: ψ best k with t i , max k = t best k , for all k { 1 , 2 , , N u } .
In Lines 19–21, the function CreateAugmentedEdgesList ( L ψ k , ψ p ) is used to extract the augmented edges that is spanned by the p-th trajectory in L ψ k . This function uses augmented-edge adjacency matrix B ξ as a reference to find the correct augmented edge that is spanned by the p-th trajectory in L ψ k . The result is ξ h and is pushed to L ξ k , and we select the augmented edge, whose probability, calculated using Equation (11), is the largest. The selected augmented edge is then pushed into L ξ , sel k (Line 22). In addition, the maximum traveling time, t i , m a x k , is calculated in Line 23. Here, the final value of t i , m a x k is the traveling time of the slowest ant species. Moreover, the member of L unv k that is the same to e n d e ( e q ) is removed (Line 24), since the e n d e ( e q ) is selected to be visited.
After all ants from all species complete their routes, the pheromone trails on all augmented edges are updated in Line 31 by using Equation (11). By using the current pheromone trails, the probability of all augmented edges in L ξ k , k { 1 , 2 , , N u } is calculated by using CalculateProbability( L ξ , sel k , τ h k ) in Line 37. The global minimum, t best k , is then calculated in Line 38. Finally, the output is ψ best k with t i , max k = t best k , for all k { 1 , 2 , , N u } .

5. Results and Discussions

We tested the performance of the proposed algorithm by conducting simulations involving graphs with various numbers of nodes, i.e., 10, 15, and 20 nodes, as shown in Figure 3, Figure 4 and Figure 5, respectively. For each graph, four variations of connectivity were simulated to show the success of finding solutions. We denoted the graph, together with the connectivity of variations, by using the code “CONFIG A-B”, where A is the number of nodes and B is the label of a variation. For instance, the first variation of the graphs with 10, 15, and 20 nodes were denoted as CONFIG 10-1, CONFIG 15-1, and CONFIG 20-1, respectively. Note that all edges were bi-directional.
Three significant aspects were evaluated. The first aspect was the influence of minimum allowable arrival time on the solution’s existence and the convergence of the solutions. The second was the correlation between the average degrees of all nodes, the number of vehicles, and the number of nodes to the success of finding solutions. The last aspect was the accuracy of the resulted minimum traveling time of the slowest vehicle, according to the variation of the evaporating constant and its effect on the convergence of the search results.
For evaluating the first and third aspects, we established simulations for three vehicles, where the 1st, 2nd, and 3rd vehicles started from Nodes 4, 1, and 3, respectively. Each vehicle had four speed options, i.e., 0.1, 0.5, 1, and 1.5 m/s. Meanwhile, for evaluating the second aspect, we applied two until seven vehicles on each connectivity configuration. Vehicles 1 until 7 were started from Nodes 4, 1, 3, 5, 10, 7, and 8, respectively. For one simulation, we applied 3000 iterations of searching the optimal solution.

5.1. The Effect of Minimum Allowable Arrival Time Difference t o c c

The first simulation set was established to evaluate the relation between the minimum allowable arrival time difference, t occ , and the solution’s existence. The purpose of the simulations is to confirm the hypotheses. In such simulations, we used α = 1 and β = 1 and evaporate rate ρ = 0.95 . We applied five values of t o c c , i.e., 10, 50, 100, 150, and 300 s.
Table 1 and Table 2 show the results of 10 trials for varying allowable minimum occupation time t occ and varying evaporate constant ρ , respectively. In each table, as shown in Column (1), for each occupation time, we established five trials. Column (1) reveals the values of t occ . Column (2) is the success rate of finding a complete solution. Columns (3) and (4) show the average and standard deviation of the maximum traveling times, respectively. Column (5) shows the minimum value of maximal traveling times.
The application of t occ is evaluated for its effect on the percentage of successful trials from 10 trials, i.e., n success , average traveling time of the slowest vehicle, T avg , the standard deviation of T avg , i.e., σ T , and the minimum traveling time that is ever found from the ten trials, i.e., T min . For this purpose, we use a statistical correlation technique. The correlations between t occ and n success , T avg , σ T , and T min are −0.99, 0.83, 0.75, and 0.88, respectively. In can be concluded that there is a strong negative relationship between t occ , = and n success and almost-strong positive relation between t occ and the other three variables. In addition, the tendency of failure can be identified by a parameter σ T / t occ . We found from the simulation that σ T / t occ is directly proportional to the probability of success in finding a solution, i.e., n success .

5.2. Successfulness of Finding a Solution

Since the graph is not fully connected, it is possible that there exists a situation such that any single solution is failed to find as the effect of the number of nodes, the average degree of all nodes increase, and the number of vehicles. The degree of a node is defined as the number of edges that connect to the node. We established simulations for 10, 15, and 20 nodes under t occ = 10   s .

5.2.1. Simulations for 10 Nodes

For the ten nodes cases, we applied four different configurations of connectivity, as shown in Table 3, i.e., CONFIGs 10-1, 10-2, 10-3, and 10-4. CONFIG 10-1 is the graph with the connectivity visualized in Figure 3. CONFIG 10-2 is constructed from CONFIG 10-1 with the elimination of the edge connecting Nodes 5 to 8. CONFIG 10-3 is constructed from CONFIG 10-3, with the elimination of the edge connecting Nodes 5 to 9. CONFIG 10-4 is constructed from the CONFIG 10-1, with the addition of the edges connecting Nodes 1 to 4, 3 to 6, and 4 to 7. Table 3 describes the degree of each node. The averages of the degree of nodes for CONFIG 10-1, 10-2, 10-3, and 10-4 are 3.20, 3.00, 2.80, and 4.00.
We investigate the relationship between the nodes’ average degrees and the number of vehicles to the possibility of successfulness of finding a solution. Here, we introduce a parameter ϕ defined as follows:
ϕ = N u r avg   N v ,
where r avg   is defined as the average degree of all nodes. From Table 3, it can be seen that the solution can be found for ϕ 0.19 . It can be concluded that, from the 10 trials, at the range of the ϕ , there exists at least one successful trial.

5.2.2. Simulations for 15 Nodes

In this simulation, we added five nodes, as follows. Nodes 11, 12, 13, 14, and 15 are located at (−150 m, −123 m), (170 m, 50 m), (100 m, 123 m), (−100 m, 60 m), and (0 m, −170 m), respectively. Moreover, four edges configurations in the new graph were established, called CONFIG 15-1, CONFIG 15-2, CONFIG 15-3, and CONFIG 15-4. The CONFIG 15-1 connectivity configuration is described in Figure 4. CONFIG 15-2 is constructed by adding an edge connecting Nodes 1 and 5 on the CONFIG 15-1. The CONFIG 15-3 configuration is performed by adding edges connecting Nodes 1 to 4, 2 to 12, and 7 to 10 to CONFIG 15-2. The CONFIG 15-4 configuration is performed by adding edges connecting nodes 4 to 7 and 3 to 6 to CONFIG 15-3. The degree of each edge in each connectivity configuration is described in Table 4.
From Table 4, it can be seen that the solution can be found for ϕ 0.08 , which means that, at the range of the ϕ , it can be concluded that, from the 10 trials, there always exists at least one successful trial.

5.2.3. Simulations for 20 Nodes

In this simulation, we added five nodes from the CONFIG 15-1, as follows. Nodes 16, 17, 18, 19, and 20 are located at (−100 m, −180 m), (0 m, 100 m), (200 m, −180 m), (200 m, 180 m), and (170 m, 130 m), respectively. Similar to the simulation for 15 nodes, we define four edge configurations in the new graph, namely CONFIG 20-1, CONFIG 20-2, CONFIG 20-3, and CONFIG 20-4. The CONFIG 20-1 connectivity configuration is described in Figure 5. CONFIG 20-2 is constructed by modifying CONFIG 20-1, i.e., adding edges connecting Nodes 1 to 16, 4 to 16, 2 to 20, 6 to 9, 8 to 19, and 12 to 17. CONFIG 20-3 is performed by adding Edges 2 to 17, 3 to 5 to 9, 7 to 15, and 9 to 15 and eliminating Edges 4 to 16, 4 to 10, and 14 to 17 on CONFIG 20-2. CONFIG 20-4 is performed by the addition of Edges 3 to 17, 4 to 16, 4 to 10, and 5 to 14 to CONFIG 20-3.
Table 5 reveals the simulation results of such connectivity configurations. It can be shown that the solution can be found for ϕ 0.02 . It means that, from the 10 trials, it can be concluded that there always exists at least one successful trial at the range of the ϕ .

5.3. Analysis of Accuracy

From the simulations established in Section 5.3, we can analyze the accuracy of the result, i.e., minimum traveling time of the slowest vehicle. The standard deviation σ T can identify the accuracy of the simulation. As shown in Table 1 and Table 2, the averages of σ T for t occ > 10 s and t occ > 150 s are 373.48 s and 631.2 s. It indicates that the results in lower t occ are more accurate than the higher ones.
In addition, we analyzed the relationship between the average T avg and σ T by using the same technique as the one used in Section 5.2., i.e., statistical correlation. The results are described as follows. The correlations between T avg and σ T for t occ > 10 s and t occ > 150 s are 0.92 and 0.84, respectively. It indicates that there is a relatively strong positive relation between T avg and σ T : larger T avg tends to lead to a larger σ T , or, in other words, a larger T avg tends to lead to lower accuracy.
Figure 6 and Figure 7 show the searching progression for t occ > 10 s and t occ > 150 s, respectively, each with ρ = 0.1 and ρ = 0.5 . It can be concluded that the algorithm’s ability to converge is better for t occ > 10 s than for t occ > 150 s. It can be concluded from the final values until the 3000th iteration. Moreover, Figure 6 and Figure 7 confirm the accuracy conclusions conducted from the statistical correlation analysis. Accuracy analysis can infer other behavior, that is, the ability to reach T avg . Figure 7 shows that, for t occ > 10 s, the algorithm’s ability to reach T avg is better than that for t occ > 150 s. Furthermore, it can be seen that, for t occ > 150 s, even until the 1500th iteration, the algorithm still can update the minimum of maximum times. However, it cannot go further to T avg . The interesting situation occurs for ρ = 0.5 in the same t occ . In this situation, mostly, once a solution is found, the algorithm cannot find another better solution.

5.4. The Near-Optimal Trajectories

We show two samples of near-optimal trajectories obtained from the simulations to verify that any point in the graph G is visited by different vehicles with the arrival time difference between any vehicles exceeds t occ . Table 6 and Table 7 show the optimal trajectories for t occ > 10 s and t occ > 150 s, respectively. To verify that the arrival time differences exceed t occ , we provide Table 8. According to Table 8, for t occ > 10 s, the smallest arrival time difference is 11.7 s, i.e., between Vehicles 2 and 3 at Node 2. For t occ > 150 s, the smallest arrival time difference is 165.4 s, i.e., between Vehicles 2 and 3 at Node 2.

6. Conclusions

A method to solve the Collision-Free Multiple Traveling Salesman Problem (CFMTSP) applied to multiple agents was proposed. In this problem, each agent must visit all nodes in a provided graph, following the provided edges. The graph is modified into an augmented graph such that the information of nodes’ position and speed options can be accommodated, and in turn, the arrival time to each node can be determined. According to the optimization of collision-free for each vehicle, an ACO involving multiple ant species is utilized on the augmented graph. The pheromone trails are not left on the edges (such as in typical graph model), but the augmented edges. As a consequence, the probability of selection is assigned to those augmented edges, as well. As a result, the solution is not the sequence of routes but also the trajectory (routes and selected speeds). The algorithm has to guarantee that the resulted trajectories are collision-free.
Simulations were established with no violation of minimum allowable arrival time difference. In addition, the simulations have shown three behaviors of the resulted solutions. First, the increase of minimum allowable arrival time difference leads to the decrease of the number of successful trials, almost-strongly increases of the average, the standard deviation, and the ever-found minimum traveling times. Second, it can be concluded that there exists a threshold of the ratio ϕ such that the solution for all vehicles is unable to find. It was demonstrated that the threshold of ϕ is lower as the number of nodes increases. Moreover, for the same number of nodes, the increase of the average of nodes’ degree leads to the number of vehicles that are able to find solutions successfully. Third, it is concluded that that the increase in the average of minimum traveling time tends to decrease the algorithm’s accuracy. Third, the evaporate rate in the algorithm has a weak influence on the average, the standard deviation, and the ever-found minimum traveling times.
Future works will focus on some issues, such as the continuation of speed options and the consequences of modifying the augmented graph. Another issue is in the performance of the ACO algorithm, such as the convergence of the optimal trajectories, the decrease of the standard deviation of the slowest agent’s traveling time in high minimum allowable arrival time difference.

Author Contributions

A.K.P. contributed to writing the original draft, formal analysis, conceptualization, methodology, and visualization; D.B.S. contributed to validation, review and editing of the manuscript, and supervision; conceptualization, methodology, and other aspects were agreed on by all authors. All authors have read and agreed to the published version of the manuscript.

Funding

This research received internal funding from Universitas Atma Jaya Yogyakarta, Indonesia.

Acknowledgments

This research was supported by Universitas Atma Jaya Yogyakarta. We thank Universitas Atma Jaya for providing the funding and tools required for this research.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Li, Y.; Soleimani, H.; Zohal, M. An improved ant colony optimization algorithm for the multi-depot green vehicle routing problem with multiple objectives. J. Clean. Prod. 2019, 227, 1161–1172. [Google Scholar] [CrossRef]
  2. Bae, H.; Moon, I. Multi-depot vehicle routing problem with time windows considering delivery and installation vehicles. Appl. Math. Model 2016, 40, 13–14. [Google Scholar] [CrossRef]
  3. Mandziuk, J.; Swiechowski, M. UCT in capacitated vehicle routing problem with traffic jams. Inf. Sci. 2017, 406–407, 42–56. [Google Scholar] [CrossRef]
  4. Bektas, T. The multiple traveling salesman problem: An overview of formulations and solution procedures. Omega 2006, 34, 209–219. [Google Scholar] [CrossRef]
  5. Lawler, E.L. The Travelling Salesman Problem: A Guided Tour of Combinatorial Optimization; John Wiley and Sons: Hoboken, NJ, USA, 1985. [Google Scholar]
  6. Golden, B.; Raghavan, S.; Wasil, E.A. The vehicle routing problem: Latest advances and new challenges, operations research. In Computer Science Interfaces Series; Springer: Berlin/Heidelberg, Germany, 2008; Volume 43. [Google Scholar]
  7. Khachay, M.; Neznakhina, K. Polynomial time solvable subclass of the generalized traveling salesman problem on grid clusters. In Proceedings of the International Conference on Analysis of Images, Social Networks and Texts, Moskow, Russia, 5–7 July 2017; pp. 346–355. [Google Scholar]
  8. Chalarux, T.; Sripratak, P. Worst case analyses of nearest neighbor heuristic for finding the minimum weight K-cycle. Curr. Appl. Sci. Technol. 2020, 20, 178–185. [Google Scholar]
  9. Khachay, M.; Neznakhina, K. Approximability of the minimum-weight k-size cycle cover problem. J. Glob. Optim. 2016, 66, 65–82. [Google Scholar] [CrossRef]
  10. Fazlollahtabar, H.; Saidi-Mehrabad, M. Mathematical model for deadlock resolution in multiple AGV scheduling and routing network: A case study. Ind. Robot. 2015, 42, 252–263. [Google Scholar] [CrossRef]
  11. Vivaldini, K.; Rocha, L.F.; Martarelli, N.J.; Becker, M.; Moreira, A.P. Integrated tasks assignment and routing for the estimation of the optimal number of AGVS. Int. J. Adv. Manuf. Technol. 2016, 82, 719–736. [Google Scholar] [CrossRef]
  12. Hu, W.; Mao, J.; Wei, K. Energy-efficient rail guided vehicle routing for two-sided loading/unloading automated freight handling systems. Eur. J. Oper. Res. 2017, 258, 943–957. [Google Scholar] [CrossRef] [Green Version]
  13. Adamo, T.; Bektas, T.; Ghiani, G.; Guerriero, E.; Manni, E. Path and speed optimization for conflict-free pickup and delivery under time windows. Trans. Sci. 2018, 52, 739–755. [Google Scholar] [CrossRef] [Green Version]
  14. Zhong, M.; Yang, Y.; Dessouky, Y.; Postolache, O. Multi-AGV scheduling for conflict-free path planning in automated container terminals. Comput. Ind. Eng. 2020, 142, 106371. [Google Scholar] [CrossRef]
  15. Ali, I.M.; Essam, D.; Kasmarik, K. A novel design of differential evolution for solving discrete traveling salesman problems. Swarm Evol. Comput. 2020, 53, 100607. [Google Scholar] [CrossRef]
  16. Baniasadi, P.; Foumani, M.; Smith-Miles, K.; Ejov, V. A transformation technique for the clustered generalized traveling salesman problem with application to logistics. Eur. J. Oper. Res. 2020, 2, 444–457. [Google Scholar] [CrossRef]
  17. Pacheco-Valencia, V.; Hernandez, J.A.; Sigaretta, J.M.; Vakhania, N. Simple constructive, insertion, and improvement heuristics based on the girding polygon for the Euclidean traveling salesman problem. Algorithms 2020, 13, 5. [Google Scholar] [CrossRef] [Green Version]
  18. Pandiri, V.; Singh, A. An artificial bee colony algorithm with variable degree of perturbation for the generalized covering traveling salesman. Appl. Soft Comput. 2019, 78, 481–495. [Google Scholar] [CrossRef]
  19. Held, M.; Karp, R.M. The traveling salesman problem and minimum spanning tree. Oper. Res. 1970, 18, 1138–1162. [Google Scholar] [CrossRef]
  20. Fiechter, C.-N. A parallel tabu search algorithm for large traveling salesman problem. Discret. Appl. Math. 1994, 51, 243–267. [Google Scholar] [CrossRef] [Green Version]
  21. Siqueira, P.H.; Steiner, M.T.A.; Scheer, S. A new approach to solve the traveling salesman problem. Neurocomputing 2007, 70, 1013–1021. [Google Scholar] [CrossRef]
  22. Rego, C.; Gamboa, D.; Glover, F.; Osterman, C. Traveling salesman problem heuristics: Leading methods, implementations and latest advances. Eur. J. Oper. Res. 2011, 211, 427–441. [Google Scholar] [CrossRef]
  23. Essani, F.H.; Haider, S. An algorithm for mapping the asymmetric multiple traveling salesman problem onto colored petri nets. Algorithms 2018, 11, 143. [Google Scholar] [CrossRef] [Green Version]
  24. Groba, C.; Sartal, A.; Vasquez, X.H. Integrating forecasting in metaheuristic methods to solve dynamic routing problems: Evidence from the logistic processes of tuna vessels. Eng. Appl. Artif. Intel. 2018, 76, 55–66. [Google Scholar] [CrossRef]
  25. Xu, W.; Guo, S.; Li, X.; Guo, C.; Wu, R.; Peng, Z. A dynamic scheduling method for logistics tasks oriented to intelligent manufacturing workshop. Math. Probl. Eng. 2019, 2019, 7237459. [Google Scholar] [CrossRef]
  26. Pandiri, V.; Singh, A. A swarm intelligence approach for the colored traveling salesman problem. Appl. Intell. 2018, 48, 4412–4428. [Google Scholar] [CrossRef]
  27. Lu, L.-C.; Yue, T.-W. Mission-oriented ant-team ACO for min–max MTSP. Appl. Soft. Comput. 2019, 76, 436–444. [Google Scholar] [CrossRef]
  28. Dorigo, M.; Gambardella, L. Ant colony: A cooperative learning approach to the travelling salesman problem. IEEE Trans. Evol. Comput. 1997, 1, 53–66. [Google Scholar] [CrossRef] [Green Version]
  29. Widyotriatmo, A.; Hong, K.-S. Navigation function-based control of multiple wheeled vehicles. IEEE Trans. Ind. Electron. 2011, 58, 1896–1906. [Google Scholar] [CrossRef]
  30. Fraichard, T.; Asama, H. Inevitable collision states—A step towards safer robots? Adv. Robot. 2004, 18, 1001–1024. [Google Scholar] [CrossRef] [Green Version]
  31. Snape, J.; van den Berg, J.; Guy, S.J.; Manocha, D. The hybrid reciprocal velocity obstacle. IEEE Trans. Robot. 2011, 27, 696–706. [Google Scholar] [CrossRef] [Green Version]
  32. Alonso-Mora, J.; Beardsley, P.; Siegwart, R. Cooperative collision avoidance for nonholonomic robots. IEEE Trans. Robot. 2018, 34, 404–420. [Google Scholar] [CrossRef] [Green Version]
  33. Makarem, L.; Gillet, D. Model predictive coordination of autonomous vehicles crossing intersections. In Proceedings of the 16th International IEEE Conference on Intelligent Transportation Systems (ITSC), Hague, The Netherlands, 6–9 October 2013. [Google Scholar]
  34. Mahbub, A.M.I.; Malikopoulos, A.A.; Zhao, L. Decentralized optimal coordination of connected and automated vehicles for multiple traffic scenarios. Automatica 2020, 117, 108958. [Google Scholar] [CrossRef] [Green Version]
  35. Tan, C.Y.; Huang, S.; Tan, K.K.; Teo, R.S.H. Three-dimensional collision avoidance for multi unmanned aerial. Vehicles Using Velocity Obstacle. J. Intell. Robot. Syst. 2020, 97, 227–248. [Google Scholar] [CrossRef]
  36. Pamosoaji, A.K.; Piao, M.; Hong, K.-S. PSO-based minimum-time motion planning for multiple-vehicle systems considering acceleration and velocity limitations. Int. J. Control Autom. Syst. 2019, 17, 2610–2623. [Google Scholar] [CrossRef]
  37. Yu, M.; Qi, X. A Vehicle routing problem with multiple overlapped batches. Trans. Res. E 2014, 61, 40–55. [Google Scholar] [CrossRef]
  38. Baranwal, M.; Roehl, B.; Salapaka, S.M. Multiple traveling salesmen and related problems: A maximum-entropy principle-based approach. In Proceedings of the 2017 American Control Conference (ACC), Seattle, WA, USA, 24–26 May 2017. [Google Scholar]
  39. Pamosoaji, A.K.; Hong, K.-S. Group-based particle swarm optimization for multiple-vehicles trajectory planning. In Proceedings of the 15th International Conference on Control, Automation, and Systems (ICCAS), Busan, Korea, 13–16 October 2015; pp. 862–867. [Google Scholar]
  40. Chalissery, J.M.; Renyard, A.; Gries, R.; Hoefele, D.; Alamsetti, S.K.; Gries, G. Ant sense, and follow, trail pheromones of ant community members. Insects 2019, 10, 383. [Google Scholar] [CrossRef] [Green Version]
Figure 1. Augmented nodes and edges.
Figure 1. Augmented nodes and edges.
Algorithms 13 00153 g001
Figure 2. The proposed augmented graph.
Figure 2. The proposed augmented graph.
Algorithms 13 00153 g002
Figure 3. Graph with CONFIG 10-1 configuration (10 nodes).
Figure 3. Graph with CONFIG 10-1 configuration (10 nodes).
Algorithms 13 00153 g003
Figure 4. Graph with CONFIG 15-1 configuration (15 nodes).
Figure 4. Graph with CONFIG 15-1 configuration (15 nodes).
Algorithms 13 00153 g004
Figure 5. Graph with CONFIG 20-1 configuration (20 nodes).
Figure 5. Graph with CONFIG 20-1 configuration (20 nodes).
Algorithms 13 00153 g005
Figure 6. The progression of searching the optimal solution for t occ > 10 s: (a) for ρ = 0.1 ; (b) ρ = 0.5 .
Figure 6. The progression of searching the optimal solution for t occ > 10 s: (a) for ρ = 0.1 ; (b) ρ = 0.5 .
Algorithms 13 00153 g006
Figure 7. The progression of searching the optimal solution for t occ > 150 s: (a) for ρ = 0.1 ; (b) ρ = 0.5 .
Figure 7. The progression of searching the optimal solution for t occ > 150 s: (a) for ρ = 0.1 ; (b) ρ = 0.5 .
Algorithms 13 00153 g007
Table 1. Simulation results for various t occ for three vehicles.
Table 1. Simulation results for various t occ for three vehicles.
(1)(2)(3)(4)(5)
t occ (s) n success T avg (s) σ T (s) T min (s)
10.00101754.16320.691482.50
50.0092648.04663.911896.30
100.0083412.841191.161961.10
150.0083314.01841.831684.20
300.0053735.321180.452851.00
Table 2. Simulation results for various evaporate constants at t occ > 150 s.
Table 2. Simulation results for various evaporate constants at t occ > 150 s.
(1)(2)(3)(4)(5)
ρ n success T avg (s) σ T (s) T min
0.192977.72732.501949.00
0.273317.33636.002189.30
0.362269.77403.381744.00
0.483213.81777.591966.40
0.592929.99609.942064.70
Table 3. Simulation results for 10 nodes.
Table 3. Simulation results for 10 nodes.
Number of Degree of Nodes
NodeCONFIG 10-1CONFIG 10-2CONFIG 10-3CONFIG 10-4
13334
24444
33334
42224
55435
63334
73335
83223
94434
102223
Average3.203.002.804.00
Number of VehiclesφSuccess Rate (%)φSuccess Rate (%)φSuccess Rate (%)φSuccess Rate (%)
30.09100.000.10100.000.11100.000.08100.00
40.1390.000.13100.000.14100.000.10100.00
50.16100.000.17100.000.18100.000.13100.00
60.1990.000.2090.000.210.000.15100.00
70.220.000.230.000.250.000.1890.00
Table 4. Simulation results for 15 nodes.
Table 4. Simulation results for 15 nodes.
Number of Degree of Nodes
NodeCONFIG 15-1CONFIG 15-2CONFIG 15-3CONFIG 15-4
15566
25566
34445
44456
55666
63334
73345
84444
94444
104455
113333
122233
133333
142333
153333
Average3.603.734.134.40
Number of VehiclesφSuccess Rate (%)φSuccess Rate (%)φSuccess Rate (%)φSuccess Rate (%)
30.06100.000.05100.000.0590.000.0590.00
40.0790.000.0790.000.0690.000.06100.00
50.0910.000.0920.000.0810.000.0850.00
60.110.000.110.000.100.000.090.00
70.130.000.130.000.110.000.110.00
Table 5. Simulation results for 20 nodes.
Table 5. Simulation results for 20 nodes.
Number of Degree of Nodes
NodeCONFIG 20-1CONFIG 20-2CONFIG 20-3CONFIG 20-4
16777
27899
36667
46757
588910
63444
75455
85555
94566
106656
114444
126788
135566
143445
155577
163545
173456
185555
195666
203455
Average4.905.455.756.15
Number of VehiclesφSuccess Rate (%)φSuccess Rate (%)φSuccess Rate (%)φSuccess Rate (%)
20.0210.000.02100.000.02100.000.02100.00
30.030.000.0390.000.03100.000.0290.00
40.040.000.040.000.0380.000.0390.00
50.050.000.050.000.040.000.040.00
60.060.000.060.000.050.000.050.00
70.070.000.060.000.060.000.060.00
Table 6. Most near-optimal trajectories for t occ > 10 s.
Table 6. Most near-optimal trajectories for t occ > 10 s.
Vehicle 1Routes41026791538
Arrival Time (s)0365.6446.9511.5584.0659.5767.8874.4998.31194.9
Applied Speed (m/s)0.111.51.511.51.51.511.5
Vehicle 2Routes15679410238
Arrival Time (s)0290.7313.6404.3467.3565.9817.2944.31174.11292.0
Applied Speed (m/s)110.51.51.50.11.50.11.51
Vehicle 3Routes38519762104
Arrival Time (s)0184.3403.0602.9711.2786.7859.2956.01091.51292.6
Applied Speed (m/s)0.11.50.11.51.511.50.511
Table 7. Most near-optimal trajectories for t occ > 150 s.
Table 7. Most near-optimal trajectories for t occ > 150 s.
Vehicle 1Routes41026538197
Arrival Time (s)0670.3805.8981.81003.31106.61290.91723.71886.11949.0
Applied Speed (m/s)0.10.510.11.51.50.10.51.51.5
Vehicle 2Routes18532104976
Arrival Time (s)0432.8666.2872.81240.51342.21476.21539.31710.91875.8
Applied Speed (m/s)0.10.510.50.51.51.510.11
Vehicle 3Routes38519410267
Arrival Time (s)0184.3 324.3 537.5754.0832.9993.81075.11171.91262.6
Applied Speed (m/s)0.11.510.5111.5111
Table 8. Arrival time difference for t occ > 10 s and t occ > 150 s.
Table 8. Arrival time difference for t occ > 10 s and t occ > 150 s.
For   t o c c > 10   s For t o c c > 150   s
NodesVehicles 1 and 2Vehicles 1 and 3Vehicles 2 and 3Vehicles 1 and 2Vehicles 1 and 3Vehicles 2 and 3
1767.8364.84031723.71186.2537.5
2497.4509.111.7434.7269.3165.4
3175.8998.31174.1233.81106.6872.8
4565.91292.6726.71476.2832.9643.3
5583.7471.4112.3337.1679341.9
6197.9347.7545.6894190.1703.9
7179.7202.7382.4238.1686.4448.3
897.11010.61107.7858.11106.6248.5
9192.251.7243.9346.81132.1785.3
10451.6725.9274.3671.9323.5348.4

Share and Cite

MDPI and ACS Style

Pamosoaji, A.K.; Setyohadi, D.B. Novel Graph Model for Solving Collision-Free Multiple-Vehicle Traveling Salesman Problem Using Ant Colony Optimization. Algorithms 2020, 13, 153. https://0-doi-org.brum.beds.ac.uk/10.3390/a13060153

AMA Style

Pamosoaji AK, Setyohadi DB. Novel Graph Model for Solving Collision-Free Multiple-Vehicle Traveling Salesman Problem Using Ant Colony Optimization. Algorithms. 2020; 13(6):153. https://0-doi-org.brum.beds.ac.uk/10.3390/a13060153

Chicago/Turabian Style

Pamosoaji, Anugrah K., and Djoko Budiyanto Setyohadi. 2020. "Novel Graph Model for Solving Collision-Free Multiple-Vehicle Traveling Salesman Problem Using Ant Colony Optimization" Algorithms 13, no. 6: 153. https://0-doi-org.brum.beds.ac.uk/10.3390/a13060153

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop