scispace - formally typeset
Search or ask a question

Showing papers on "Swarm intelligence published in 2012"


Journal ArticleDOI
TL;DR: Modified versions of the Artificial Bee Colony algorithm are introduced and applied for efficiently solving real-parameter optimization problems.

1,056 citations


Journal ArticleDOI
TL;DR: The experimental results and analysis suggest that CCPSO2 is a highly competitive optimization algorithm for solving large-scale and complex multimodal optimization problems.
Abstract: This paper presents a new cooperative coevolving particle swarm optimization (CCPSO) algorithm in an attempt to address the issue of scaling up particle swarm optimization (PSO) algorithms in solving large-scale optimization problems (up to 2000 real-valued variables). The proposed CCPSO2 builds on the success of an early CCPSO that employs an effective variable grouping technique random grouping. CCPSO2 adopts a new PSO position update rule that relies on Cauchy and Gaussian distributions to sample new points in the search space, and a scheme to dynamically determine the coevolving subcomponent sizes of the variables. On high-dimensional problems (ranging from 100 to 2000 variables), the performance of CCPSO2 compared favorably against a state-of-the-art evolutionary algorithm sep-CMA-ES, two existing PSO algorithms, and a cooperative coevolving differential evolution algorithm. In particular, CCPSO2 performed significantly better than sep-CMA-ES and two existing PSO algorithms on more complex multimodal problems (which more closely resemble real-world problems), though not as well as the existing algorithms on unimodal functions. Our experimental results and analysis suggest that CCPSO2 is a highly competitive optimization algorithm for solving large-scale and complex multimodal optimization problems.

649 citations


Journal ArticleDOI
TL;DR: A modified ACO model is proposed which is applied for network routing problem and compared with existing traditional routing algorithms.
Abstract: Ant Colony Optimization (ACO) is a Swarm Intelligence technique which inspired from the foraging behaviour of real ant colonies. The ants deposit pheromone on the ground in order to mark the route for identification of their routes from the nest to food that should be followed by other members of the colony. This ACO exploits an optimization mechanism for solving discrete optimization problems in various engineering domain. From the early nineties, when the first Ant Colony Optimization algorithm was proposed, ACO attracted the attention of increasing numbers of researchers and many successful applications are now available. Moreover, a substantial corpus of theoretical results is becoming available that provides useful guidelines to researchers and practitioners in further applications of ACO. This paper review varies recent research and implementation of ACO, and proposed a modified ACO model which is applied for network routing problem and compared with existing traditional routing algorithms.

330 citations


Journal ArticleDOI
01 Jan 2012
TL;DR: A new version of ABC, called DisABC, is introduced, which is particularly designed for binary optimization, and uses a new differential expression, which employs a measure of dissimilarity between binary vectors in place of the vector subtraction operator typically used in the original ABC algorithm.
Abstract: Artificial bee colony (ABC) algorithm is one of the recently proposed swarm intelligence based algorithms for continuous optimization. Therefore it is not possible to use the original ABC algorithm directly to optimize binary structured problems. In this paper we introduce a new version of ABC, called DisABC, which is particularly designed for binary optimization. DisABC uses a new differential expression, which employs a measure of dissimilarity between binary vectors in place of the vector subtraction operator typically used in the original ABC algorithm. Such an expression helps to maintain the major characteristics of the original one and is respondent to the structure of binary optimization problems, too. Similar to original ABC algorithm, DisABC's differential expression works in continuous space while its consequence is used in a two-phase heuristic to construct a complete solution in binary space. Effectiveness of DisABC algorithm is tested on solving the uncapacitated facility location problem (UFLP). A set of 15 benchmark test problem instances of UFLP are adopted from OR-Library and solved by the proposed algorithm. Results are compared with two other state of the art binary optimization algorithms, i.e., binDE and PSO algorithms, in terms of three quality indices. Comparisons indicate that DisABC performs very well and can be regarded as a promising method for solving wide class of binary optimization problems.

186 citations


Journal ArticleDOI
TL;DR: A metaheuristic algorithm inspired in evolutionary computation and swarm intelligence concepts and fundamentals of echolocation of micro bats is presented, showing the feasibility of this newly introduced technique to high nonlinear problems in electromagnetics.
Abstract: This paper presents a metaheuristic algorithm inspired in evolutionary computation and swarm intelligence concepts and fundamentals of echolocation of micro bats. The aim is to optimize the mono and multiobjective optimization problems related to the brushless DC wheel motor problems, which has 5 design parameters and 6 constraints for the mono-objective problem and 2 objectives, 5 design parameters, and 5 constraints for multiobjective version. Furthermore, results are compared with other optimization approaches proposed in the recent literature, showing the feasibility of this newly introduced technique to high nonlinear problems in electromagnetics.

180 citations


Journal ArticleDOI
01 Aug 2012
TL;DR: An immunity enhanced particle swarm optimization (IEPSO) algorithm, which combines particle swarm optimizations with the artificial immune system, is proposed for damage detection of structures and results show that the proposed strategy is efficient on determining the sites and the extents of structure damages.
Abstract: An immunity enhanced particle swarm optimization (IEPSO) algorithm, which combines particle swarm optimization (PSO) with the artificial immune system, is proposed for damage detection of structures. Some immune mechanisms, selection, receptor editing and vaccination are introduced into the basic PSO to improve its performance. The objective function for damage detection is based on vibration data, such as natural frequencies and mode shapes. The feasibility and efficiency of IEPSO are compared with the basic PSO, a differential evolution algorithm and a real-coded genetic algorithm on two examples. Results show that the proposed strategy is efficient on determining the sites and the extents of structure damages.

160 citations


Journal ArticleDOI
TL;DR: The proposed Hybrid Artificial Bee Colony (HABC) algorithm is proved to have significant improvement over canonical ABC and several other comparison algorithms and is a competitive approach for data clustering.

155 citations


Proceedings ArticleDOI
10 Jun 2012
TL;DR: Two novel designs to enhance the conventional BSO performance are proposed and the contributions of SGM and IDS are investigated to show how and why MBSO can perform better than BSO.
Abstract: Brain storm optimization (BSO) is a new kind of swarm intelligence algorithm inspired by human creative problem solving process. Human being is the most intelligent organism in the world and the brainstorming process popularly used by them has been demonstrated to be a significant and promising way to create great ideas for problem solving. BSO transplants the brainstorming process in human being into optimization algorithm design and gains successes. BSO generally uses the grouping, replacing, and creating operators to produce ideas as many as possible to approach the problem global optimum generation by generation. In this paper, we propose two novel designs to enhance the conventional BSO performance. The first design of the modified BSO (MBSO) is that it uses a simple grouping method (SGM) in the grouping operator instead of the clustering method to reduce the algorithm computational burden. The second design is that MBSO uses a novel idea difference strategy (IDS) in the creating operator instead of the Gaussian random strategy. The IDS not only contains open minded element to avoid the ideas being trapped by local optima, but also can match the search environment to create better new ideas for problem solving. Experiments have been conducted to illustrate the effectiveness and efficiency of the MBSO algorithm. Moreover, the contributions of SGM and IDS are investigated to show how and why MBSO can perform better than BSO.

149 citations


Journal ArticleDOI
01 Oct 2012
TL;DR: The simulation examples demonstrate that the GA–PSO-ACO algorithm can greatly improve the computing efficiency for solving the TSP and outperforms the Tabu Search, genetic algorithms, particle swarm optimization, ant colony optimization, PS–ACO and other methods in solution quality.
Abstract: This paper presents a novel two-stage hybrid swarm intelligence optimization algorithm called GA---PSO---ACO algorithm that combines the evolution ideas of the genetic algorithms, particle swarm optimization and ant colony optimization based on the compensation for solving the traveling salesman problem. In the proposed hybrid algorithm, the whole process is divided into two stages. In the first stage, we make use of the randomicity, rapidity and wholeness of the genetic algorithms and particle swarm optimization to obtain a series of sub-optimal solutions (rough searching) to adjust the initial allocation of pheromone in the ACO. In the second stage, we make use of these advantages of the parallel, positive feedback and high accuracy of solution to implement solving of whole problem (detailed searching). To verify the effectiveness and efficiency of the proposed hybrid algorithm, various scale benchmark problems from TSPLIB are tested to demonstrate the potential of the proposed two-stage hybrid swarm intelligence optimization algorithm. The simulation examples demonstrate that the GA---PSO---ACO algorithm can greatly improve the computing efficiency for solving the TSP and outperforms the Tabu Search, genetic algorithms, particle swarm optimization, ant colony optimization, PS---ACO and other methods in solution quality. And the experimental results demonstrate that convergence is faster and better when the scale of TSP increases.

149 citations


Journal ArticleDOI
TL;DR: This work proposes a Swarm Intelligence approach to find successful cycle programs of traffic lights and obtains significant profits in terms of two main indicators: the number of vehicles that reach their destinations on time and the global trip time.

135 citations


Journal ArticleDOI
01 Aug 2012
TL;DR: This work compares the performances of eight well-known and widely used clustering validity indices and finds that the silhouette statistic index stands out in most of the data sets that are examined.
Abstract: Swarm intelligence has emerged as a worthwhile class of clustering methods due to its convenient implementation, parallel capability, ability to avoid local minima, and other advantages. In such applications, clustering validity indices usually operate as fitness functions to evaluate the qualities of the obtained clusters. However, as the validity indices are usually data dependent and are designed to address certain types of data, the selection of different indices as the fitness functions may critically affect cluster quality. Here, we compare the performances of eight well-known and widely used clustering validity indices, namely, the Calinski-Harabasz index, the CS index, the Davies-Bouldin index, the Dunn index with two of its generalized versions, the I index, and the silhouette statistic index, on both synthetic and real data sets in the framework of differential-evolution-particle-swarm-optimization (DEPSO)-based clustering. DEPSO is a hybrid evolutionary algorithm of the stochastic optimization approach (differential evolution) and the swarm intelligence method (particle swarm optimization) that further increases the search capability and achieves higher flexibility in exploring the problem space. According to the experimental results, we find that the silhouette statistic index stands out in most of the data sets that we examined. Meanwhile, we suggest that users reach their conclusions not just based on only one index, but after considering the results of several indices to achieve reliable clustering structures.

Journal ArticleDOI
TL;DR: A novel particle swarm optimization (PSO) algorithm with a tentative reader elimination (TRE) operator to deal with RNP and results show that the proposed algorithm is capable of achieving higher coverage and using fewer readers than the other algorithms.
Abstract: The rapid development of radio frequency identification (RFID) technology creates the challenge of optimal deployment of an RFID network. The RFID network planning (RNP) problem involves many constraints and objectives and has been proven to be NP-hard. The use of evolutionary computation (EC) and swarm intelligence (SI) for solving RNP has gained significant attention in the literature, but the algorithms proposed have seen difficulties in adjusting the number of readers deployed in the network. However, the number of deployed readers has an enormous impact on the network complexity and cost. In this paper, we develop a novel particle swarm optimization (PSO) algorithm with a tentative reader elimination (TRE) operator to deal with RNP. The TRE operator tentatively deletes readers during the search process of PSO and is able to recover the deleted readers after a few generations if the deletion lowers tag coverage. By using TRE, the proposed algorithm is capable of adaptively adjusting the number of readers used in order to improve the overall performance of RFID network. Moreover, a mutation operator is embedded into the algorithm to improve the success rate of TRE. In the experiment, six RNP benchmarks and a real-world RFID working scenario are tested and four algorithms are implemented and compared. Experimental results show that the proposed algorithm is capable of achieving higher coverage and using fewer readers than the other algorithms.

Journal ArticleDOI
TL;DR: Particle swarm optimization has been utilized for accommodating required functionalities and performance specifications considering optimal sizing of analog integrated circuits with high optimization ability in short computational time in this work.
Abstract: Together with the increase in electronic circuit complexity, the design and optimization processes have to be automated with high accuracy. Predicting and improving the design quality in terms of performance, robustness and cost is the central concern of electronic design automation. Generally, optimization is a very difficult and time consuming task including many conflicting criteria and a wide range of design parameters. Particle swarm optimization (PSO) was introduced as an efficient method for exploring the search space and handling constrained optimization problems. In this work, PSO has been utilized for accommodating required functionalities and performance specifications considering optimal sizing of analog integrated circuits with high optimization ability in short computational time. PSO based design results are verified with SPICE simulations and compared to previous studies.

Journal ArticleDOI
TL;DR: A hybrid framework that combines the Particle Swarm Optimization and the Differential Evolution algorithm and suggests that the hybrid variants are very promising and significantly improve the original algorithms in the majority of the studied cases.

Journal ArticleDOI
TL;DR: A novel leak detection scheme based on rough set theory and support vector machine (SVM) is proposed to overcome the problem of false leak detection and uses swarm intelligence technique: artificial bee colony (ABC) algorithm, which imitates intelligent food searching behavior of honey bees.
Abstract: The generation of leak along the pipeline carrying crude oils and liquid fuels results enormous financial loss to the industry and also affects the public health. Hence, the leak detection and localization problem has always been a major concern for the companies. In spite of the various techniques developed, accuracy and time involved in the prediction is still a matter of concern. In this paper, a novel leak detection scheme based on rough set theory and support vector machine (SVM) is proposed to overcome the problem of false leak detection. In this approach, 'rough set theory' is explored to reduce the length of experimental data as well as generate rules. It is embedded to enhance the decision making process. Further, SVM classifier is employed to inspect the cases that could not be detected by applied rules. For the computational training of SVM, this paper uses swarm intelligence technique: artificial bee colony (ABC) algorithm, which imitates intelligent food searching behavior of honey bees. The results of proposed leak detection scheme with ABC are compared with those obtained by using particle swarm optimization (PSO) and one of its variants, so-called enhanced particle swarm optimization (EPSO). The experimental results advocate the use of propounded method for detecting leaks with maximum accuracy.


Journal ArticleDOI
01 Feb 2012
TL;DR: The gravitational search algorithm (GSA) which is one of the newest swarm based heuristic algorithms is used to provide a prototype classifier to face the classification of instances in multi-class data sets.
Abstract: In recent years, heuristic algorithms have been successfully applied to solve clustering and classification problems. In this paper, gravitational search algorithm (GSA) which is one of the newest swarm based heuristic algorithms is used to provide a prototype classifier to face the classification of instances in multi-class data sets. The proposed method employs GSA as a global searcher to find the best positions of the representatives (prototypes). The proposed GSA-based classifier is used for data classification of some of the well-known benchmark sets. Its performance is compared with the artificial bee colony (ABC), the particle swarm optimization (PSO), and nine other classifiers from the literature. The experimental results of twelve data sets from UCI machine learning repository confirm that the GSA can successfully be applied as a classifier to classification problems.

Journal ArticleDOI
TL;DR: An example-based learning PSO (ELPSO) is proposed to overcome shortcomings of the canonical PSO by keeping a balance between swarm diversity and convergence speed and outperforms all the tested PSO algorithms in terms of both solution quality and convergence time.

Journal ArticleDOI
01 Sep 2012
TL;DR: A memetic computing technique designed for UCTP, called the hybrid harmony search algorithm (HHSA), is proposed and achieves the optimal solution for the small dataset with comparable results for the medium datasets.
Abstract: University course timetabling problem (UCTP) is considered to be a hard combinatorial optimization problem to assign a set of events to a set of rooms and timeslots. Although several methods have been investigated, due to the nature of UCTP, memetic computing techniques have been more effective. A key feature of memetic computing is the hybridization of a population-based global search and the local improvement. Such hybridization is expected to strike a balance between exploration and exploitation of the search space. In this paper, a memetic computing technique that is designed for UCTP, called the hybrid harmony search algorithm (HHSA), is proposed. In HHSA, the harmony search algorithm (HSA), which is a metaheuristic population-based method, has been hybridized by: 1) hill climbing, to improve local exploitation; and 2) a global-best concept of particle swarm optimization to improve convergence. The results were compared against 27 other methods using the 11 datasets of Socha et al. comprising five small, five medium, and one large datasets. The proposed method achieved the optimal solution for the small dataset with comparable results for the medium datasets. Furthermore, in the most complex and large datasets, the proposed method achieved the best results.

Journal ArticleDOI
TL;DR: In this paper, a new quantum particle swarm optimization (QPSO) approach combined with Zaslavskii chaotic map sequences was proposed for shell and tube heat exchanger optimization based on the minimization from economic view point.

Journal ArticleDOI
TL;DR: The proposed distributed bees algorithm for task allocation in a swarm of robots consists in assigning the robots to the found targets in a 2-D arena and the simulation results show that by increasing the robot swarm size, the distribution error decreased.
Abstract: In this paper, we propose the distributed bees algorithm (DBA) for task allocation in a swarm of robots. In the proposed scenario, task allocation consists in assigning the robots to the found targets in a 2-D arena. The expected distribution is obtained from the targets' qualities that are represented as scalar values. Decision-making mechanism is distributed and robots autonomously choose their assignments taking into account targets' qualities and distances. We tested the scalability of the proposed DBA algorithm in terms of number of robots and number of targets. For that, the experiments were performed in the simulator for various sets of parameters, including number of robots, number of targets, and targets' utilities. Control parameters inherent to DBA were tuned to test how they affect the final robot distribution. The simulation results show that by increasing the robot swarm size, the distribution error decreased.

Journal ArticleDOI
TL;DR: The overall results show that the proposed algorithm differs in its behavior with respect to the original Artificial Bee Colony algorithm but its performance is improved, mostly in problems with small feasible regions due to the presence of equality constraints.

Journal ArticleDOI
TL;DR: Two new models based on artificial bee colony and particle swarm optimization techniques to estimate electricity energy demand in Turkey are proposed and relative estimation errors are lower than ACO and quadratic form provides better-fit solutions than linear form due to fluctuations of the socio-economic indicators.
Abstract: This paper proposes two new models based on artificial bee colony (ABC) and particle swarm optimization (PSO) techniques to estimate electricity energy demand in Turkey. ABC and PSO electricity energy estimation models (ABCEE and PSOEE) are developed by incorporating gross domestic product (GDP), population, import and export figures of Turkey as inputs. All models are proposed in two forms, linear and quadratic. Also different neighbor selection mechanisms are attempted for ABCEE model to increase convergence to minimum of the algorithm. In order to indicate the applicability and accuracy of the proposed models, a comparison is made with ant colony optimization (ACO) which is available for the same problem in the literature. According to obtained results, relative estimation errors of the proposed models are lower than ACO and quadratic form provides better-fit solutions than linear form due to fluctuations of the socio-economic indicators. Finally, Turkey's electricity energy demand is projected until 2025 according to three different scenarios.

Journal ArticleDOI
Huiling Chen1, Bo Yang1, Gang Wang1, Su-Jing Wang1, Jie Liu1, Dayou Liu1 
TL;DR: A combination of five informative features is identified, which might provide important insights to the nature of the breast cancer disease and give an important clue for the physicians to take a closer attention, in the proposed PSO-SVM for breast cancer diagnosis.
Abstract: Breast cancer is becoming a leading cause of death among women in the whole world, meanwhile, it is confirmed that the early detection and accurate diagnosis of this disease can ensure a long survival of the patients. In this paper, a swarm intelligence technique based support vector machine classifier (PSO_SVM) is proposed for breast cancer diagnosis. In the proposed PSO-SVM, the issue of model selection and feature selection in SVM is simultaneously solved under particle swarm (PSO optimization) framework. A weighted function is adopted to design the objective function of PSO, which takes into account the average accuracy rates of SVM (ACC), the number of support vectors (SVs) and the selected features simultaneously. Furthermore, time varying acceleration coefficients (TVAC) and inertia weight (TVIW) are employed to efficiently control the local and global search in PSO algorithm. The effectiveness of PSO-SVM has been rigorously evaluated against the Wisconsin Breast Cancer Dataset (WBCD), which is commonly used among researchers who use machine learning methods for breast cancer diagnosis. The proposed system is compared with the grid search method with feature selection by F-score. The experimental results demonstrate that the proposed approach not only obtains much more appropriate model parameters and discriminative feature subset, but also needs smaller set of SVs for training, giving high predictive accuracy. In addition, Compared to the existing methods in previous studies, the proposed system can also be regarded as a promising success with the excellent classification accuracy of 99.3% via 10-fold cross validation (CV) analysis. Moreover, a combination of five informative features is identified, which might provide important insights to the nature of the breast cancer disease and give an important clue for the physicians to take a closer attention. We believe the promising result can ensure that the physicians make very accurate diagnostic decision in clinical breast cancer diagnosis.

Journal ArticleDOI
TL;DR: The comparison shows that the hybrid MPSO exhibits better performance than that when hybrid regular continuous-binary PSO and genetic algorithm (GA) are used to solve the VaR-FRFLM.

Journal ArticleDOI
TL;DR: This paper provides a taxonomy of various ant colony algorithms with advantages and disadvantages of each others with respect to various metrics.

Journal ArticleDOI
TL;DR: Numerical results show that the proposed algorithms can find better solutions when compared to HS and other heuristic algorithms and are powerful search algorithms for various global optimization problems.
Abstract: Harmony search (HS) is one of the newest and the easiest to code music inspired heuristics for optimization problems. In order to enhance the accuracy and convergence rate of harmony search, a hybrid harmony search is proposed by incorporating the artificial bee colony algorithm (ABC). The artificial bee colony algorithm is a new swarm intelligence technique inspired by intelligent foraging behavior of honey bees. The ABC and its variants are used to improve harmony memory (HM). To compare and analyze the performance of our proposed hybrid algorithms, a number of experiments are carried out on a set of well-known benchmark global optimization problems. The effects of the parameters about the hybrid algorithms are discussed by a uniform design experiment. Numerical results show that the proposed algorithms can find better solutions when compared to HS and other heuristic algorithms and are powerful search algorithms for various global optimization problems.

Journal ArticleDOI
TL;DR: A novel metascheduler called Adaptive Power-Aware Virtual Machine Provisioner (APA-VMP) is proposed that schedules the workload in such a way that the total incremental power drawn by the server pool is minimum without compromising the performance objectives.

Journal ArticleDOI
TL;DR: The results show that the performance of PBA is comparable to those of the mentioned algorithms and can be efficiently employed to solve those hypothetical CSL problems with high dimensionality.
Abstract: Highlights? PBA is based on a particular intelligent behavior of honey bee and bird swarms. ? We compare the performance of PBA with BA and PSO for CSL problems. ? PBA can be efficiently employed to solve CSL problems. The construction site layout (CSL) design presents a particularly interesting area of study because of its relatively high level of attention to usability qualities, in addition to common engineering objectives such as cost and performance. However, it is difficult combinatorial optimization problem for engineers. Swarm intelligence (SI) was very popular and widely used in many complex optimization problems which was collective behavior of social systems such as honey bees (bee algorithm, BA) and birds (particle swarm optimization, PSO). This study proposed an optimization hybrid swarm algorithm namely particle-bee algorithm (PBA) based on a particular intelligent behavior of honey bee and bird swarms by integrates theirs advantages. This study compares the performance of PBA with that of BA and PSO for hypothetical construction engineering of CSL problems. The results show that the performance of PBA is comparable to those of the mentioned algorithms and can be efficiently employed to solve those hypothetical CSL problems with high dimensionality.

Journal ArticleDOI
TL;DR: Numerical results reveal that the proposed algorithms can find better solutions when compared to classical GSO and other heuristic algorithms and are powerful search algorithms for various global optimization problems.
Abstract: Glowworm swarm optimization (GSO) algorithm is the one of the newest nature inspired heuristics for optimization problems In order to enhances accuracy and convergence rate of the GSO, two strategies about the movement phase of GSO are proposed One is the greedy acceptance criteria for the glowworms update their position one-dimension by one-dimension The other is the new movement formulas which are inspired by artificial bee colony algorithm (ABC) and particle swarm optimization (PSO) To compare and analyze the performance of our proposed improvement GSO, a number of experiments are carried out on a set of well-known benchmark global optimization problems The effects of the parameters about the improvement algorithms are discussed by uniform design experiment Numerical results reveal that the proposed algorithms can find better solutions when compared to classical GSO and other heuristic algorithms and are powerful search algorithms for various global optimization problems