scispace - formally typeset
Search or ask a question

Showing papers on "Particle swarm optimization published in 2016"


Journal ArticleDOI
TL;DR: The results of DA and BDA prove that the proposed algorithms are able to improve the initial random population for a given problem, converge towards the global optimum, and provide very competitive results compared to other well-known algorithms in the literature.
Abstract: A novel swarm intelligence optimization technique is proposed called dragonfly algorithm (DA). The main inspiration of the DA algorithm originates from the static and dynamic swarming behaviours of dragonflies in nature. Two essential phases of optimization, exploration and exploitation, are designed by modelling the social interaction of dragonflies in navigating, searching for foods, and avoiding enemies when swarming dynamically or statistically. The paper also considers the proposal of binary and multi-objective versions of DA called binary DA (BDA) and multi-objective DA (MODA), respectively. The proposed algorithms are benchmarked by several mathematical test functions and one real case study qualitatively and quantitatively. The results of DA and BDA prove that the proposed algorithms are able to improve the initial random population for a given problem, converge towards the global optimum, and provide very competitive results compared to other well-known algorithms in the literature. The results of MODA also show that this algorithm tends to find very accurate approximations of Pareto optimal solutions with high uniform distribution for multi-objective problems. The set of designs obtained for the submarine propeller design problem demonstrate the merits of MODA in solving challenging real problems with unknown true Pareto optimal front as well. Note that the source codes of the DA, BDA, and MODA algorithms are publicly available at http://www.alimirjalili.com/DA.html.

1,897 citations


Journal ArticleDOI
TL;DR: This paper proposes a novel nature-inspired algorithm called Multi-Verse Optimizer, based on three concepts in cosmology: white hole, black hole, and wormhole, which outperforms the best algorithms in the literature on the majority of the test beds.
Abstract: This paper proposes a novel nature-inspired algorithm called Multi-Verse Optimizer (MVO). The main inspirations of this algorithm are based on three concepts in cosmology: white hole, black hole, and wormhole. The mathematical models of these three concepts are developed to perform exploration, exploitation, and local search, respectively. The MVO algorithm is first benchmarked on 19 challenging test problems. It is then applied to five real engineering problems to further confirm its performance. To validate the results, MVO is compared with four well-known algorithms: Grey Wolf Optimizer, Particle Swarm Optimization, Genetic Algorithm, and Gravitational Search Algorithm. The results prove that the proposed algorithm is able to provide very competitive results and outperforms the best algorithms in the literature on the majority of the test beds. The results of the real case studies also demonstrate the potential of MVO in solving real problems with unknown search spaces. Note that the source codes of the proposed MVO algorithm are publicly available at http://www.alimirjalili.com/MVO.html.

1,752 citations


Journal ArticleDOI
TL;DR: A novel multi-objective algorithm called Multi-Objective Grey Wolf Optimizer (MOGWO) is proposed in order to optimize problems with multiple objectives for the first time.
Abstract: Due to the novelty of the Grey Wolf Optimizer (GWO), there is no study in the literature to design a multi-objective version of this algorithm. This paper proposes a Multi-Objective Grey Wolf Optimizer (MOGWO) in order to optimize problems with multiple objectives for the first time. A fixed-sized external archive is integrated to the GWO for saving and retrieving the Pareto optimal solutions. This archive is then employed to define the social hierarchy and simulate the hunting behavior of grey wolves in multi-objective search spaces. The proposed method is tested on 10 multi-objective benchmark problems and compared with two well-known meta-heuristics: Multi-Objective Evolutionary Algorithm Based on Decomposition (MOEA/D) and Multi-Objective Particle Swarm Optimization (MOPSO). The qualitative and quantitative results show that the proposed algorithm is able to provide very competitive results and outperforms other algorithms. Note that the source codes of MOGWO are publicly available at http://www.alimirjalili.com/GWO.html. A novel multi-objective algorithm called Multi-objective Grey Wolf Optimizer is proposed.MOGWO is benchmarked on 10 challenging multi-objective test problems.The quantitative results show the superior convergence and coverage of MOGWO.The coverage ability of MOGWO is confirmed by the qualitative results as well.

967 citations


Journal ArticleDOI
TL;DR: The empirical results demonstrate that the proposed FOA-SVM method can obtain much more appropriate model parameters as well as significantly reduce the computational time, which generates a high classification accuracy.
Abstract: In this paper, a new support vector machines (SVM) parameter tuning scheme that uses the fruit fly optimization algorithm (FOA) is proposed. Termed as FOA-SVM, the scheme is successfully applied to medical diagnosis. In the proposed FOA-SVM, the FOA technique effectively and efficiently addresses the parameter set in SVM. Additionally, the effectiveness and efficiency of FOA-SVM is rigorously evaluated against four well-known medical datasets, including the Wisconsin breast cancer dataset, the Pima Indians diabetes dataset, the Parkinson dataset, and the thyroid disease dataset, in terms of classification accuracy, sensitivity, specificity, AUC (the area under the receiver operating characteristic (ROC) curve) criterion, and processing time. Four competitive counterparts are employed for comparison purposes, including the particle swarm optimization algorithm-based SVM (PSO-SVM), genetic algorithm-based SVM (GA-SVM), bacterial forging optimization-based SVM (BFO-SVM), and grid search technique-based SVM (Grid-SVM). The empirical results demonstrate that the proposed FOA-SVM method can obtain much more appropriate model parameters as well as significantly reduce the computational time, which generates a high classification accuracy. Promisingly, the proposed method can be regarded as a useful clinical tool for medical decision making.

456 citations


Journal ArticleDOI
TL;DR: A specific novel *L-PSO algorithm is proposed, using genetic evolution to breed promising exemplars for PSO, and under such guidance, the global search ability and search efficiency of PSO are both enhanced.
Abstract: Social learning in particle swarm optimization (PSO) helps collective efficiency, whereas individual reproduction in genetic algorithm (GA) facilitates global effectiveness. This observation recently leads to hybridizing PSO with GA for performance enhancement. However, existing work uses a mechanistic parallel superposition and research has shown that construction of superior exemplars in PSO is more effective. Hence, this paper first develops a new framework so as to organically hybridize PSO with another optimization technique for “learning.” This leads to a generalized “learning PSO” paradigm, the *L-PSO. The paradigm is composed of two cascading layers, the first for exemplar generation and the second for particle updates as per a normal PSO algorithm. Using genetic evolution to breed promising exemplars for PSO, a specific novel *L-PSO algorithm is proposed in the paper, termed genetic learning PSO (GL-PSO). In particular, genetic operators are used to generate exemplars from which particles learn and, in turn, historical search information of particles provides guidance to the evolution of the exemplars. By performing crossover, mutation, and selection on the historical information of particles, the constructed exemplars are not only well diversified, but also high qualified. Under such guidance, the global search ability and search efficiency of PSO are both enhanced. The proposed GL-PSO is tested on 42 benchmark functions widely adopted in the literature. Experimental results verify the effectiveness, efficiency, robustness, and scalability of the GL-PSO.

413 citations


Journal ArticleDOI
TL;DR: This review identifies the popularly used algorithms within the domain of bio-inspired algorithms and discusses their principles, developments and scope of application, which would pave the path for future studies to choose algorithms based on fitment.
Abstract: Review of applications of algorithms in bio-inspired computing.Brief description of algorithms without mathematical notations.Brief description of scope of applications of the algorithms.Identification of algorithms whose applications may be explored.Identification of algorithms on which theory development may be explored. With the explosion of data generation, getting optimal solutions to data driven problems is increasingly becoming a challenge, if not impossible. It is increasingly being recognised that applications of intelligent bio-inspired algorithms are necessary for addressing highly complex problems to provide working solutions in time, especially with dynamic problem definitions, fluctuations in constraints, incomplete or imperfect information and limited computation capacity. More and more such intelligent algorithms are thus being explored for solving different complex problems. While some studies are exploring the application of these algorithms in a novel context, other studies are incrementally improving the algorithm itself. However, the fast growth in the domain makes researchers unaware of the progresses across different approaches and hence awareness across algorithms is increasingly reducing, due to which the literature on bio-inspired computing is skewed towards few algorithms only (like neural networks, genetic algorithms, particle swarm and ant colony optimization). To address this concern, we identify the popularly used algorithms within the domain of bio-inspired algorithms and discuss their principles, developments and scope of application. Specifically, we have discussed the neural networks, genetic algorithm, particle swarm, ant colony optimization, artificial bee colony, bacterial foraging, cuckoo search, firefly, leaping frog, bat algorithm, flower pollination and artificial plant optimization algorithm. Further objectives which could be addressed by these twelve algorithms have also be identified and discussed. This review would pave the path for future studies to choose algorithms based on fitment. We have also identified other bio-inspired algorithms, where there are a lot of scope in theory development and applications, due to the absence of significant literature.

397 citations


Journal ArticleDOI
TL;DR: In this article, the optimal planning of batteries in the distribution grid is presented, which determines the location, capacity and power rating of batteries while minimizing the cost objective function subject to technical constraints.
Abstract: The penetration of renewable distributed generation (DG) sources has been increased in active distribution networks due to their unique advantages. However, non-dispatchable DGs such as wind turbines raise the risk of distribution networks. Such a problem could be eliminated using the proper application of energy storage units. In this paper, optimal planning of batteries in the distribution grid is presented. The optimal planning determines the location, capacity and power rating of batteries while minimizing the cost objective function subject to technical constraints. The optimal long-term planning is based on the short-term optimal power flow considering the uncertainties. The point estimate method (PEM) is employed for probabilistic optimal power flow. The batteries are scheduled optimally for several purposes to maximize the benefits. A hybrid Tabu search/particle swarm optimization (TS/PSO) algorithm is used to solve the problem. The numerical studies on a 21-node distribution system show the advantages of the proposed methodology. The proposed approach can also be applied to the realistic sized networks when some sensitive nodes are considered as candidate locations for installing the storage units.

362 citations


Journal ArticleDOI
TL;DR: In this paper, a multi-objective particle swarm optimization (MOPSO) algorithm is coupled with EnergyPlus building energy simulation software to find a set of non-dominated solutions to enhance the building energy performance.

326 citations


Journal ArticleDOI
01 Jun 2016
TL;DR: The proposed hybrid feature selection algorithm, called HPSO-LS, uses a local search technique which is embedded in particle swarm optimization to select the reduced sized and salient feature subset to enhance the search process near global optima.
Abstract: The proposed method uses a local search technique which is embedded in particle swarm optimization (PSO) to select the reduced sized and salient feature subset. The goal of the local search technique is to guide the PSO search process to select distinct features by using their correlation information. Therefore, the proposed method selects the subset of features with reduced redundancy. A hybrid feature selection method based on particle swarm optimization is proposed.Our method uses a novel local search to enhance the search process near global optima.The method efficiently finds the discriminative features with reduced correlations.The size of final feature set is determined using a subset size detection scheme.Our method is compared with well-known and state-of-the-art feature selection methods. Feature selection has been widely used in data mining and machine learning tasks to make a model with a small number of features which improves the classifier's accuracy. In this paper, a novel hybrid feature selection algorithm based on particle swarm optimization is proposed. The proposed method called HPSO-LS uses a local search strategy which is embedded in the particle swarm optimization to select the less correlated and salient feature subset. The goal of the local search technique is to guide the search process of the particle swarm optimization to select distinct features by considering their correlation information. Moreover, the proposed method utilizes a subset size determination scheme to select a subset of features with reduced size. The performance of the proposed method has been evaluated on 13 benchmark classification problems and compared with five state-of-the-art feature selection methods. Moreover, HPSO-LS has been compared with four well-known filter-based methods including information gain, term variance, fisher score and mRMR and five well-known wrapper-based methods including genetic algorithm, particle swarm optimization, simulated annealing and ant colony optimization. The results demonstrated that the proposed method improves the classification accuracy compared with those of the filter based and wrapper-based feature selection methods. Furthermore, several performed statistical tests show that the proposed method's superiority over the other methods is statistically significant.

301 citations


Journal ArticleDOI
TL;DR: Results revealed that DSOS outperforms Particle Swarm Optimization which is one of the most popular heuristic optimization techniques used for task scheduling problems and performs significantly better than PSO for large search spaces.

291 citations


Journal ArticleDOI
15 Nov 2016-Energy
TL;DR: In this paper, a hybrid wind-solar generation microgrid system with hydrogen energy storage is designed for a 20-year period of operation using novel multi-objective optimization algorithm to minimize the three objective functions namely annualized cost of the system, loss of load expected and loss of energy expected.

Journal ArticleDOI
TL;DR: Simulation results show that GWO has better tuning capability than CLPSO, EPSDE and other similar population-based optimization techniques.
Abstract: In this article an attempt has been made to solve load frequency control (LFC) problem in an interconnected power system network equipped with classical PI/PID controller using grey wolf optimization (GWO) technique. Initially, proposed algorithm is used for two-area interconnected non-reheat thermal-thermal power system and then the study is extended to three other realistic power systems, viz. (i) two-area multi-units hydro-thermal, (ii) two-area multi-sources power system having thermal, hydro and gas power plants and (iii) three-unequal-area all thermal power system for better validation of the effectiveness of proposed algorithm. The generation rate constraint (GRC) of the steam turbine is included in the system modeling and dynamic stability of aforesaid systems is investigated in the presence of GRC. The controller gains are optimized by using GWO algorithm employing integral time multiplied absolute error (ITAE) based fitness function. Performance of the proposed GWO algorithm has been compared with comprehensive learning particle swarm optimization (CLPSO), ensemble of mutation and crossover strategies and parameters in differential evolution (EPSDE) and other similar meta-heuristic optimization techniques available in literature for similar test system. Moreover, to demonstrate the robustness of proposed GWO algorithm, sensitivity analysis is performed by varying the operating loading conditions and system parameters in the range of ± 50 % . Simulation results show that GWO has better tuning capability than CLPSO, EPSDE and other similar population-based optimization techniques.

Journal ArticleDOI
01 Jan 2016
TL;DR: Experimental results indicate that the proposed model greatly improves the PSO performance in terms of the solution quality as well as convergence speed in static and dynamic environments.
Abstract: This paper presents "A novel adaptive inertia weight with stability condition for particle swarm optimization (SAIW)". This approach determines the inertia weight in different dimensions for each particle on: (1) its performance and (2) distance from its best position, and by considering the stability condition, the acceleration parameters of PSO are adaptively determined. Presents an adaptive method for finding inertia weight in different dimensions for each particle.The success of the particle and displacement in particle's best position are used as the feedback.Stability analysis of proposed model indicates that its performance is usually optimal.The results clearly show the superiority of the proposed model over the existing methods. Particle swarm optimization (PSO) is a stochastic population-based algorithm motivated by intelligent collective behavior of birds. The performance of the PSO algorithm highly depends on choosing appropriate parameters. Inertia weight is a parameter of this algorithm which was first proposed by Shi and Eberhart to bring about a balance between the exploration and exploitation characteristics of PSO. This paper presents an adaptive approach which determines the inertia weight in different dimensions for each particle, based on its performance and distance from its best position. Each particle will then have different roles in different dimensions of the search environment. By considering the stability condition and an adaptive inertia weight, the acceleration parameters of PSO are adaptively determined. The corresponding approach is called stability-based adaptive inertia weight (SAIW). The proposed method and some other models for adjusting the inertia weight are evaluated and compared. The efficiency of SAIW is validated on 22 static test problems, moving peaks benchmarks (MPB) and a real-world problem for a radar system design. Experimental results indicate that the proposed model greatly improves the PSO performance in terms of the solution quality as well as convergence speed in static and dynamic environments.

Journal ArticleDOI
TL;DR: This paper investigates the operation of a hybrid power system through a novel fuzzy control scheme employed and its parameters are tuned with a particle swarm optimization (PSO) algorithm augmented with two chaotic maps for achieving an improved performance.
Abstract: This paper investigates the operation of a hybrid power system through a novel fuzzy control scheme. The hybrid power system employs various autonomous generation systems like wind turbine, solar photovoltaic, diesel engine, fuel-cell, aqua electrolyzer etc. Other energy storage devices like the battery, flywheel and ultra-capacitor are also present in the network. A novel fractional order (FO) fuzzy control scheme is employed and its parameters are tuned with a particle swarm optimization (PSO) algorithm augmented with two chaotic maps for achieving an improved performance. This FO fuzzy controller shows better performance over the classical PID, and the integer order fuzzy PID controller in both linear and nonlinear operating regimes. The FO fuzzy controller also shows stronger robustness properties against system parameter variation and rate constraint nonlinearity, than that with the other controller structures. The robustness is a highly desirable property in such a scenario since many components of the hybrid power system may be switched on/off or may run at lower/higher power output, at different time instants.

Journal ArticleDOI
TL;DR: Computational and statistical results demonstrate that the proposed co-evolutionary particle swarm optimization outperforms most of the other metaheuristics for majority of the problems considered in the study.
Abstract: Industries utilize two-sided assembly lines for producing large-sized volume products such as cars and trucks. By employing robots, industries achieve a high level of automation in the assembly pro...

Journal ArticleDOI
TL;DR: It was found that the PSO–ANN technique can predict FOS with higher performance capacities compared to ANN and R2 values of testing datasets equal to 0.915 and 0.986 suggest the superiority of thePSO– ANN technique.
Abstract: One of the main concerns in geotechnical engineering is slope stability prediction during the earthquake. In this study, two intelligent systems namely artificial neural network (ANN) and particle swarm optimization (PSO)---ANN models were developed to predict factor of safety (FOS) of homogeneous slopes. Geostudio program based on limit equilibrium method was utilized to obtain 699 FOS values with different conditions. The most influential factors on FOS such as slope height, gradient, cohesion, friction angle and peak ground acceleration were considered as model inputs in the present study. A series of sensitivity analyses were performed in modeling procedures of both intelligent systems. All 699 datasets were randomly selected to 5 different datasets based on training and testing. Considering some model performance indices, i.e., root mean square error, coefficient of determination (R2) and value account for (VAF) and using simple ranking method, the best ANN and PSO---ANN models were selected. It was found that the PSO---ANN technique can predict FOS with higher performance capacities compared to ANN. R2 values of testing datasets equal to 0.915 and 0.986 for ANN and PSO---ANN techniques, respectively, suggest the superiority of the PSO---ANN technique.

Journal ArticleDOI
TL;DR: The results show that the proposedMONF model outperforms the above benchmark models; it is concluded that the MONF model is a new alternative tool that should be used in flood susceptibility mapping.

Journal ArticleDOI
TL;DR: In this article, an algorithm for energy management system (EMS) based on multi-layer ant colony optimization (EMS-MACO) is presented to find energy scheduling in microgrid (MG).

Journal ArticleDOI
TL;DR: In this paper, a hybrid approach has been proposed for optimal placement of multiple DGs of multiple types in power distribution network for reduction of power loss, where the sizes of DGs are evaluated at each bus by analytical method while the locations are determined by PSO based technique.

Journal ArticleDOI
01 Jun 2016
TL;DR: The enhancement involves introducing a levy flight method for updating particle velocity and the test proves that the proposed PSOLF method is much better than SPSO and LFPSO.
Abstract: Enhanced PSO with levy flight.Random walk of the particles.High convergence rate.Provides solution accuracy and robust. Huseyin Hakli and Harun Uguz (2014) proposed a novel approach for global function optimization using particle swarm optimization with levy flight (LFPSO) Huseyin Hakli, Harun U guz, A novel particle swarm optimization algorithm with levy flight. Appl. Soft Comput. 23, 333-345 (2014). In our study, we enhance the LFPSO algorithm so that modified LFPSO algorithm (PSOLF) outperforms LFPSO algorithm and other PSO variants. The enhancement involves introducing a levy flight method for updating particle velocity. After this update, the particle velocity becomes the new position of the particle. The proposed work is examined on well-known benchmark functions and the results show that the PSOLF is better than the standard PSO (SPSO), LFPSO and other PSO variants. Also the experimental results are tested using Wilcoxon's rank sum test to assess the statistical significant difference between the methods and the test proves that the proposed PSOLF method is much better than SPSO and LFPSO. By combining levy flight with PSO results in global search competence and high convergence rate.

Journal ArticleDOI
TL;DR: The Simulation and the Khepera environment result show outperforms of IPSO–IGSA as compared with IPSO and IGSA with respect to optimize the path length from predefine initial position to designation position, energy optimization in the terms of number of turn and arrival time.
Abstract: This paper proposed a new methodology to determine the optimal trajectory of the path for multi-robot in a clutter environment using hybridization of improved particle swarm optimization (IPSO) with an improved gravitational search algorithm (IGSA). The proposed approach embedded the social essence of IPSO with motion mechanism of IGSA. The proposed hybridization IPSO–IGSA maintain the efficient balance between exploration and exploitation because of adopting co-evolutionary techniques to update the IGSA acceleration and particle positions with IPSO velocity simultaneously. The objective of the algorithm is to minimize the maximum path length that corresponds to minimize the arrival time of all robots to their respective destination in the environment. The robot on the team make independent decisions, coordinate, and cooperate with each other to determine the next positions from their current position in the world map using proposed hybrid IPSO–IGSA. Finally the analytical and experimental results of the multi-robot path planning were compared to those obtained by IPSO–IGSA, IPSO, IGSA in a similar environment. The Simulation and the Khepera environment result show outperforms of IPSO–IGSA as compared with IPSO and IGSA with respect to optimize the path length from predefine initial position to designation position ,energy optimization in the terms of number of turn and arrival time.

Journal ArticleDOI
TL;DR: The results of this study show that the proposed crisscross optimization algorithm has significant advantage over the back-propagation algorithm and particle swarm optimization in addressing the prematurity problems when applied to train the neural network.

Journal ArticleDOI
01 Feb 2016-Energy
TL;DR: In this paper, a novel optimal power management approach for plug-in hybrid electric vehicles against uncertain driving conditions was proposed, where the particle swarm optimization algorithm was employed to optimize the threshold parameters of the rule-based power management strategy under a certain driving cycle, and the optimization results were used to determine the optimal control actions.

Journal ArticleDOI
TL;DR: This approach exploits the transfer learning technique as a tool to generate an effective initial population pool via reusing past experience to speed up the evolutionary process, and at the same time any population-based multiobjective algorithms can benefit from this integration without any extensive modifications.
Abstract: One of the major distinguishing features of the dynamic multiobjective optimization problems (DMOPs) is the optimization objectives will change over time, thus tracking the varying Pareto-optimal front becomes a challenge. One of the promising solutions is reusing the "experiences" to construct a prediction model via statistical machine learning approaches. However most of the existing methods ignore the non-independent and identically distributed nature of data used to construct the prediction model. In this paper, we propose an algorithmic framework, called Tr-DMOEA, which integrates transfer learning and population-based evolutionary algorithm for solving the DMOPs. This approach takes the transfer learning method as a tool to help reuse the past experience for speeding up the evolutionary process, and at the same time, any population based multiobjective algorithms can benefit from this integration without any extensive modifications. To verify this, we incorporate the proposed approach into the development of three well-known algorithms, nondominated sorting genetic algorithm II (NSGA-II), multiobjective particle swarm optimization (MOPSO), and the regularity model-based multiobjective estimation of distribution algorithm (RM-MEDA), and then employ twelve benchmark functions to test these algorithms as well as compare with some chosen state-of-the-art designs. The experimental results confirm the effectiveness of the proposed method through exploiting machine learning technology.

Journal ArticleDOI
TL;DR: A novel approach to estimate and predict the urban traffic congestion using floating car trajectory data efficiently using a new fuzzy comprehensive evaluation method in which the weights of multi-indexes are assigned according to the traffic flows.

Journal ArticleDOI
TL;DR: A fuzzy multi-objective optimization model with related constraints to minimize the total economic cost and network loss of microgrid and test results show that the proposed CBPSO has better convergence performance than BPSO.
Abstract: Based on fuzzy mathematics theory, this paper proposes a fuzzy multi-objective optimization model with related constraints to minimize the total economic cost and network loss of microgrid. Uncontrollable microsources are considered as negative load, and stochastic net load scenarios are generated for taking the uncertainty of their output power and load into account. Cooperating with storage devices of the optimal capacity controllable microsources are treated as variables in the optimization process with the consideration of their start and stop strategy. Chaos optimization algorithm is introduced into binary particle swarm optimization (BPSO) to propose chaotic BPSO (CBPSO). Search capability of BPSO is improved via the chaotic search approach of chaos optimization algorithm. Tests of four benchmark functions show that the proposed CBPSO has better convergence performance than BPSO. Simulation results validate the correctness of the proposed model and the effectiveness of CBPSO.

Journal ArticleDOI
01 Mar 2016
TL;DR: Comparison of obtained computation results with those of several recent meta-heuristic algorithms shows the superiority of the IAPSO in terms of accuracy and convergence speed.
Abstract: Flowchart of the improved accelerated particle swarm optimization. A new improved accelerated particle swarm optimization algorithm is proposed (IAPSO).Individual particles memories are incorporated in order to increase swarm diversity.Balance between exploration and exploitation is controlled through two selected functions.IAPSO outperforms several recent meta-heuristic algorithms, in terms of accuracy and convergence speed.New optimal solutions, for some benchmark engineering problems, are obtained. This paper introduces an improved accelerated particle swarm optimization algorithm (IAPSO) to solve constrained nonlinear optimization problems with various types of design variables. The main improvements of the original algorithm are the incorporation of the individual particles memories, in order to increase swarm diversity, and the introduction of two selected functions to control balance between exploration and exploitation, during search process. These modifications are used to update particles positions of the swarm. Performance of the proposed algorithm is illustrated through six benchmark mechanical engineering design optimization problems. Comparison of obtained computation results with those of several recent meta-heuristic algorithms shows the superiority of the IAPSO in terms of accuracy and convergence speed.

Journal ArticleDOI
TL;DR: The results vividly show that in parameter estimation of PV cells and modules, the proposed time varying acceleration coefficients PSO (TVACPSO) offers more accurate parameters than conventional PSO, teaching learning-based optimisation (TLBO) algorithm, imperialistic competitive algorithm, grey wolf optimisation, water cycle algorithm (WCA), pattern search (PS) and Newton algorithm.

Journal ArticleDOI
TL;DR: The main objective of the proposed system is to minimize the steady-state error and also to improve the transient response of the AVR system by optimal PID controller by WCO algorithm.
Abstract: This paper presents a new optimization algorithm based on human society’s intelligent contests. FIFA World Cup is an international association football competition competed by the senior men’s national teams. This contest is one of the most significant competitions among the humans in which people/teams try hard to overcome the others to earn the victory. In this competition there is only one winner which has the best position rather than the others. This paper introduces a new technique for optimization of mathematic functions based on FIFA World Cup competitions. The main difficulty of the optimization problems is that each type of them can be interpreted in a specific manner. World Cup Optimization (WCO) algorithm has a number of parameters to solve any type of problems due to defined parameters. For analyzing the system performance, it is applied on some benchmark functions. It is also applied on an optimal control problem as a practical case study to find the optimal parameters of PID controller with considering to the nominal operating points $$(K_{g}$$ , $$T_{g})$$ changes of the AVR system. The main objective of the proposed system is to minimize the steady-state error and also to improve the transient response of the AVR system by optimal PID controller. Optimal values of the PID controller which are achieved by WCO algorithm are then compared with particle swarm optimization and imperialist competitive algorithm in different situations. Finally for illustrating the system capability against the disturbance, it is applied on a generator with disturbance on it and the results are compared by the other algorithms. The simulation results show the excellence of WCO algorithm performance into the nature base and other competitive algorithms.

Book ChapterDOI
08 Oct 2016
TL;DR: Zhang et al. as discussed by the authors proposed a hybrid hand pose estimation method by applying the kinematic hierarchy strategy to the input space (as well as the output space) of the discriminative method by a spatial attention mechanism and to the optimization of the generative algorithm by hierarchical Particle Swarm Optimization (PSO).
Abstract: Discriminative methods often generate hand poses kinematically implausible, then generative methods are used to correct (or verify) these results in a hybrid method. Estimating 3D hand pose in a hierarchy, where the high-dimensional output space is decomposed into smaller ones, has been shown effective. Existing hierarchical methods mainly focus on the decomposition of the output space while the input space remains almost the same along the hierarchy. In this paper, a hybrid hand pose estimation method is proposed by applying the kinematic hierarchy strategy to the input space (as well as the output space) of the discriminative method by a spatial attention mechanism and to the optimization of the generative method by hierarchical Particle Swarm Optimization (PSO). The spatial attention mechanism integrates cascaded and hierarchical regression into a CNN framework by transforming both the input (and feature space) and the output space, which greatly reduces the viewpoint and articulation variations. Between the levels in the hierarchy, the hierarchical PSO forces the kinematic constraints to the results of the CNNs. The experimental results show that our method significantly outperforms four state-of-the-art methods and three baselines on three public benchmarks.