2012
DOI: 10.2478/v10248-012-0011-5
|View full text |Cite
|
Sign up to set email alerts
|

Shortest Path Problem Solving Based on Ant Colony Optimization Metaheuristic

Abstract: The Ant Colony Optimization (ACO) metaheuristic is a versatile algorithmic optimization approach based on the observation of the behaviour of ants. As a result of numerous analyses, ACO has been applied to solving various combinatorial problems. The ant colony metaheuristic proves itself to be efficient in solving NP-hard problems, often generating the best solution in the shortest amount of time. However, not enough attention has been paid to ACO as a means of solving problems that have optimal solutions whic… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
1
1
1

Citation Types

0
16
0

Year Published

2014
2014
2021
2021

Publication Types

Select...
6
3

Relationship

1
8

Authors

Journals

citations
Cited by 30 publications
(19 citation statements)
references
References 5 publications
(6 reference statements)
0
16
0
Order By: Relevance
“…Network topology is typically understood to be a model that describes the structure of connections between the elements within a given network [22] and is frequently presented in the form of a graph G = (V , E ), where V denotes the set of vertices (in other words nodes, such as sensors), whereas E is the set of edges (i.e. connections) between vertices [23]. This notation may refer to both physical relations (relative arrangement of nodes and connections between them, directly stemming from the properties of the transmission medium applied) and logical relations (an operational configuration based method for transmitting data via the network from the starting point to the end point, between the elements of the network's infrastructure [24].…”
Section: General Objectives Of Network Topology Controlmentioning
confidence: 99%
“…Network topology is typically understood to be a model that describes the structure of connections between the elements within a given network [22] and is frequently presented in the form of a graph G = (V , E ), where V denotes the set of vertices (in other words nodes, such as sensors), whereas E is the set of edges (i.e. connections) between vertices [23]. This notation may refer to both physical relations (relative arrangement of nodes and connections between them, directly stemming from the properties of the transmission medium applied) and logical relations (an operational configuration based method for transmitting data via the network from the starting point to the end point, between the elements of the network's infrastructure [24].…”
Section: General Objectives Of Network Topology Controlmentioning
confidence: 99%
“…During the search, each ant constructs its solution by repeatedly using the transition probability rule to select the nodes to move to until reaching the destination. The transition probability is obtained by formula (8). The artificial ants tend to choose the nodes that are connected by an edge with many pheromones and fast travel speed, and whose orientation inclines to the destination.…”
Section: Algorithm Proceduresmentioning
confidence: 99%
“…Various ACO algorithms have been used for shortest-path problems. Glabowski et al introduced an AS called the ShortestPathACO algorithm based on ACO for solving the Shortest-Path problem [8]. In that study, several problems about using ACO to find the shortest path were discussed.…”
Section: Introductionmentioning
confidence: 99%
“…Evaporation takes place on paths that are less traversed. Usually, the path with the highest pheromone concentration (not always the case -that's why this is a heuristic method) is the shortest path [16] (or carries another important property), due to the less amount of pheromone that is able to evaporate because ants deposit to it more frequently. The AS emulates this nature's behavior with satisfying results.…”
Section: The Aco-split Bypass Implementationmentioning
confidence: 99%