Dragonfly Algorithm and Its Hybrids: A Survey: Comparison
Please note this is a comparison between Version 1 by Bibi Aamirah Shafaa Emambocus and Version 2 by Amina Yu.

Optimization algorithms are essential for numerous optimization applications where usually certain parameters are minimized or maximized by considering an objective function. These algorithms include exact methods and heuristic algorithms such as swarm intelligence algorithms. Swarm intelligence is a discipline which makes use of a number of agents, thereby forming a population in which individuals interact among themselves and with their environment, to give rise to a global intelligent behavior. The Dragonfly Algorithm (DA) is a swarm intelligence algorithm that was proposed in 2016, and it is inspired by the behavior of dragonflies in nature. It has been found to have a higher performance than some of the most popular evolutionary algorithms, such as the genetic algorithm (GA), and swarm intelligence algorithms such as particle swarm optimization (PSO). Owing to its high effectiveness and efficiency, it has been utilized in multifarious applications and attempts to further improve its performance have been made and hence a number of hybrids of DA have been proposed.

  • dragonfly algorithm
  • swarm intelligence
  • optimization
  • artificial intelligence
  • heuristic algorithms

1. Introduction

Optimization algorithms are essential for numerous optimization applications where usually certain parameters are minimized or maximized by considering an objective function. Optimization algorithms can be classified as either deterministic or non-deterministic [1]. Deterministic algorithms are exact methods, and usually they need a substantial amount of time and resources for solving large optimization problems. Hence, non-deterministic algorithms, also called heuristic algorithms, are being increasingly used and developed. They can be based on various natural processes; for example, trajectory-based, physics-based or population-based, which can be either nature- or bio-inspired [1]. Swarm intelligence algorithms are classified as nature-inspired population-based heuristic optimization algorithms.

Swarm intelligence is a discipline which is utilized for solving optimization problems by producing low cost, fast and robust solutions. Its technique consists of making use of a number of agents, thereby forming a population in which individuals interact among themselves and with their environment, to give rise to a global intelligent behavior. There exist numerous swarm intelligence algorithms, such as ant colony optimization (ACO), grey wolf optimization (GWO), firefly algorithm (FA), whale optimization algorithm (WOA), bee colony optimization (BCO), and particle swarm optimization (PSO).

The Dragonfly Algorithm (DA) is a swarm intelligence algorithm that was proposed in 2016 [2], and it is inspired by the behavior of dragonflies in nature. It has been found to have a higher performance than some of the most popular evolutionary algorithms, such as the genetic algorithm (GA), and swarm intelligence algorithms such as particle swarm optimization (PSO). Owing to its high effectiveness and efficiency, it has been utilized in multifarious applications and attempts to further improve its performance have been made and hence a number of hybrids of DA have been proposed. Our motivation for working on this algorithm is that DA and its hybrids have proven to be useful in multifarious applications and they also have a higher performance as compared to other swarm intelligence algorithms and their hybrids.

Table 1 shows a comparison between our survey and the previous surveys on DA in terms of the contents presented in the surveys.

Table 1. Comparison between our survey and previous surveys.
  Our Survey [3] [4] [5] [6]
Background on DA
Applications of DA based on domain
Analysis of the performance of DA as compared to other swarm intelligence algorithms  
Consideration of the limitations of DA and proposed future directions
Analysis of the performance of the hybrids of DA as compared to original DA
Consideration of the methods employed to enhance the original DA obtaining the hybrids
Analysis of the limitations of the hybrids of DA        
Categorization of hybrids according to the type of problem        
Taxonomies to categorize the hybrids of DA according to the performance improvement (effectiveness, efficiency)        
Taxonomies of hybrids of DA according to effectiveness improving method        

2. Dragonfly Algorithm

The inspiration for the dragonfly algorithm is derived from the static and dynamic swarming behaviours of dragonflies in nature. The static and dynamic swarming behaviors are representative of the two requisite phases of optimization: exploration and exploitation. In a static swarm, as in Figure 1 , dragonflies create sub-swarms and fly over different regions. This is tantamount to exploration, and it helps the algorithm to locate good areas of the search space. Conversely, in a dynamic swarm, as in Figure 2 , dragonflies fly in a bigger swarm and along the same direction. This type of swarming is equivalent to the exploitation of an algorithm, which helps it to converge to the global optimum.

Figure 1. Static Swarm [2][5][6][2,5,6].
Figure 2. Dynamic Swarm [2][5][6][2,5,6].

Five factors are used for to direct the dragonflies in the exploration and exploitation phases; namely, separation, alignment, cohesion, food factor and enemy factor. The separation weight (s), alignment weight (a), cohesion weight (c), food factor (f), enemy factor (e) and the inertia weight (w) are used for controlling the factors. The goal is to ensure that the swarm survives by attracting it towards food sources and distracting it away from enemies. The best solution found in an iteration is selected as the food source and the worst solution found is selected as the enemy. The weights of the factors are adjusted so as to have high alignment and low cohesion in the exploration phase and low alignment and high cohesion in the exploitation phase. The weights are changed accordingly to allow the transition of the algorithm from the exploration to the exploitation phase.

The step vector and position vectors of each dragonfly are updated in every iteration until the end criterion is met. The pseudocode of the dragonfly algorithm is given in Algorithm 1. 

3. Hybrids of DA

TIn this section , we discuss the hybrids of the dragonfly algorithm which have been applied for solving continuous and single-objective problems, and hence there exists the continuous version of the algorithm. Some of these algorithms have also been used for binary or multi-objective problems, and therefore the binary and single-objective or the continuous and multi-objective versions of these algorithms have also been proposed in addition to the continuous and single-objective one.

In [7][30], a hybrid modified DA and whale optimization is proposed to optimally schedule microgrid with islanding constraints to achieve the best quality. Since this is a multi-objective problem where the parameters can have any real value within a specified range, the continuous and multi-objective version of the algorithm is proposed and used.

In [8][31], a hybrid DA-DE, called IEDA, is proposed for the optimal design of a hybrid power active filter. Since this is a multi-objective problem where the parameters can have any real value within a specified range, the continuous and multi-objective version of the algorithm is proposed and used.

There is a hybrid algorithm on which we are working, and it also improves the effectiveness of DA by improving its exploitation phase. The algorithm [9][33] makes use of hill climbing algorithm as a local search. In each iteration, the position obtained by DA is further updated by hill climbing in order to obtain better positions. We did not include this algorithm in the tables and taxonomies in this paper because it is an ongoing work.

4. Applications of DA and Hybrids

The multi-objective version of DA, MODA has been applied to wind-solar-hydro power scheduling in [10][49] to provide an optimal scheduling model and to multi-objective optimal power flow problem in [11][50] for minimizing total fuel cost, real power loss, total emission, and voltage deviation.

The hybrid DA-PSO [12][29] has been used for the multiobjective optimal power flow problem to optimize selected objective functions, while satisfying a set of equality and inequality constraints and the hybrid DA-GA [13][32] has been applied to optimal power flow problem to compute the locational marginal prices (LMP) for improved reliability.

DA and its hybrids have also been applied for optimal resource allocation. In [14][69], DA is used for the optimal resource allocation in cloud computing by optimizing parameters like load balance, execution time and response time for optimal allocation of resources to tasks and to establish load balance. In [15][70], it has been used to optimally allocate generators and capacitors in a distribution system, and in [16][71], it has been used for the distributed generation (DG) placement in distributed networks to obtain the optimal DG units size and placement.

Apart from the applications mentioned in the previous sections, DA has been applied to the vehicle routing problem with time window constraints (VRPTW) in [17][77] to find an optimized route and to the open loop nonlinear dynamic systems control in [18][78] to find the optimal parameters.