Handbook of Heuristics 2018
DOI: 10.1007/978-3-319-07124-4_21
|View full text |Cite
|
Sign up to set email alerts
|

Ant Colony Optimization: A Component-Wise Overview

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
1
1
1

Citation Types

0
22
0

Year Published

2018
2018
2024
2024

Publication Types

Select...
6
2
1

Relationship

0
9

Authors

Journals

citations
Cited by 27 publications
(22 citation statements)
references
References 104 publications
0
22
0
Order By: Relevance
“…It has been successfully applied in solving many NP-hard problems, including the Traveling Salesman Problem (TSP), the Quadratic Assignment Problem, and the Sequential Ordering Problem [40,43,44]. Being metaheuristic, the ACO does not guarantee finding an optimum solution, however it is often able to offer satisfactory approximate solutions within an acceptable time compared to exact methods [28]. However, even metaheuristics can be prohibitively time consuming if faced with a large enough problem instance.…”
Section: Introductionmentioning
confidence: 99%
“…It has been successfully applied in solving many NP-hard problems, including the Traveling Salesman Problem (TSP), the Quadratic Assignment Problem, and the Sequential Ordering Problem [40,43,44]. Being metaheuristic, the ACO does not guarantee finding an optimum solution, however it is often able to offer satisfactory approximate solutions within an acceptable time compared to exact methods [28]. However, even metaheuristics can be prohibitively time consuming if faced with a large enough problem instance.…”
Section: Introductionmentioning
confidence: 99%
“…First, the pheromone values are restricted to the interval of [0.01, 0.99] to prevent stagnation, so that there will not be too large pheromone values that some tasks tend to be assigned to the same workstation, and there will not be too small pheromone values that some tasks tend to avoid being assigned to a workstation. Thus, stagnation can be prevented [32]. Also, there is an evaporation process when update the pheromone values, so it is discouraged to assign one task to the same position.…”
Section: Discussionmentioning
confidence: 99%
“…Consequently, the solution space is small, and this may lead to bad quality of the solutions generated. Thus, the pheromone values are restricted to the interval [ min , max ] to prevent stagnation [32], and min = 0.01 and max = 0.99. If a pheromone value is larger than max after updating, it will be replaced by max ; if the value is smaller than min after updating, it is replaced by min .…”
Section: Aco-bs Algorithmmentioning
confidence: 99%
“…To improve the global search capability and convergence performance of GAs, Wang et al [20] proposed four types of improved GAs, namely, hierarchic GAs, simulated annealing GAs, simulated annealing hierarchic GAs, and adaptable GAs; these methods can overcome the defects of traditional GAs by combining GAs with simulated annealing algorithms and modifying various coding methods. In terms of ACO, the main features of its improvement involve mechanisms to intensify the search involving high-quality solutions and preserve a sufficient search space [21]. Niu et al [22] stated that as a typical greedy heuristic algorithm, ACO tends to become trapped in local optima.…”
Section: Literature Reviewmentioning
confidence: 99%