A Scalable MapReduce-enabled Glowworm Swarm Optimization Approach for High Dimensional Multimodal Functions

A Scalable MapReduce-enabled Glowworm Swarm Optimization Approach for High Dimensional Multimodal Functions

Ibrahim Aljarah, Simone A. Ludwig
Copyright: © 2016 |Pages: 23
DOI: 10.4018/IJSIR.2016010102
OnDemand:
(Individual Articles)
Available
$37.50
No Current Special Offers
TOTAL SAVINGS: $37.50

Abstract

Glowworm Swarm Optimization (GSO) is one of the common swarm intelligence algorithms, where GSO has the ability to optimize multimodal functions efficiently. In this paper, a parallel MapReduce-based GSO algorithm is proposed to speedup the GSO optimization process. The authors argue that GSO can be formulated based on the MapReduce parallel programming model quite naturally. In addition, they use higher dimensional multimodal benchmark functions for evaluating the proposed algorithm. The experimental results show that the proposed algorithm is appropriate for optimizing difficult multimodal functions with higher dimensions and achieving high peak capture rates. Furthermore, a scalability analysis shows that the proposed algorithm scales very well with increasing swarm sizes. In addition, an overhead of the Hadoop infrastructure is investigated to find if there is any relationship between the overhead, the swarm size, and number of nodes used.
Article Preview
Top

1. Introduction

Optimization is the process of searching for the optimum solution from a set of candidate solutions based on specific performance criteria. There are many different optimization techniques that exist such as evolutionary computation and swarm intelligence.

Swarm intelligence (Engelbrecht, 2007) is an optimization technique that is inspired by processes of natural swarms by simulating the behavior of natural swarms such as ant colonies, flocks of birds, bacterial growth, and schools of fishes. The swarm behavior is based on the interactions between the swarm members by exchanging local information to reach the target, for example, locating the food source. However, instead of using the centralization concept in the swarm structure, all swarm members are equally engaged to achieve the main objective.

There are many swarm intelligence methodologies such as Particle Swarm Optimization (PSO) (Kennedy and Eberhart, 1997) which is inspired by bird flocks searching for optimal food sources, where the direction in which a bird moves is influenced by its current movement, the best food source it ever experienced, and the best food source any bird in the flock ever experienced. Ant Colony Optimization (ACO) (Stuetzle, 2009) is based on the behavior of ants searching for the optimal shortest path between a food source and the colony using the pheromone they leave while traveling through the paths. Bee Colony Optimization (BCO) (Wong et al., 2008) mimics the food foraging behavior of honeybee colonies using a combination of local and global searches.

Glowworm Swarm Optimization (GSO) (Krishnanand and Ghose, 2005) is inspired by the behavior of glowworms or lighting worms. These glowworms control the emission of their light and use it for different objectives such as attracting other worms during the breeding season. GSO's implementation simplicity and the small number of required parameters to be tuned (Krishnanand and Ghose, 2005; Krishnanand and Ghose, 2008; Krishnanand and Ghose, 2009a) make it more applicable to be used in many application areas such as hazard sensing in ubiquitous environments (Krishnanand and Ghose, 2008), mobile sensor networks and robotics (Krishnanand and Ghose, 2005), and data clustering (Aljarah and Ludwig, 2013a).

Most swarm intelligence algorithms solve an optimization problem with a global solution that is easier than finding multiple solutions. However, GSO is differentiated by its ability to perform a simultaneous search of multiple solutions, and is therefore the perfect solution for solving multimodal functions. Multimodal functions (Barrera and Coello, 2009) are functions that have multiple peaks (local maxima) with different or equal objective values. The optimization of multimodal functions aims to find all maxima based on some constraints. High dimensional spaces increase the peaks count, which leads to each function evaluation requiring longer execution times in order to find optimal target peaks. Solving multimodal functions requires the swarm to have the ability of dividing itself into separated groups. Moreover, the number of individuals has to be increased to share more local information for locating more peaks. To tackle the high computation time for these situations, the algorithm must be parallelized in an efficient way to find the peaks in an acceptable amount of time.

An efficiently parallelized algorithm has a shorter execution time; however, depending on the nature of the algorithm some problems can be encountered such as communication inefficiency, or unfair load balancing, which make the process of scaling of the algorithm to large numbers of processors very difficult. Moreover, another cause of reduced scalability of the algorithm is node failure. Therefore, the parallel algorithm should handle large amounts of data and scale well with increasing numbers of compute nodes while maintaining high quality results.

Complete Article List

Search this Journal:
Reset
Volume 15: 1 Issue (2024)
Volume 14: 3 Issues (2023)
Volume 13: 4 Issues (2022)
Volume 12: 4 Issues (2021)
Volume 11: 4 Issues (2020)
Volume 10: 4 Issues (2019)
Volume 9: 4 Issues (2018)
Volume 8: 4 Issues (2017)
Volume 7: 4 Issues (2016)
Volume 6: 4 Issues (2015)
Volume 5: 4 Issues (2014)
Volume 4: 4 Issues (2013)
Volume 3: 4 Issues (2012)
Volume 2: 4 Issues (2011)
Volume 1: 4 Issues (2010)
View Complete Journal Contents Listing