scispace - formally typeset
Search or ask a question

Showing papers on "Genetic algorithm published in 2014"


Journal ArticleDOI
TL;DR: The proposed binary bat algorithm (BBA) is able to significantly outperform others on majority of the benchmark functions and there is a real application of the proposed method in optical engineering called optical buffer design that evidence the superior performance of BBA in practice.
Abstract: Bat algorithm (BA) is one of the recently proposed heuristic algorithms imitating the echolocation behavior of bats to perform global optimization. The superior performance of this algorithm has been proven among the other most well-known algorithms such as genetic algorithm (GA) and particle swarm optimization (PSO). However, the original version of this algorithm is suitable for continuous problems, so it cannot be applied to binary problems directly. In this paper, a binary version of this algorithm is proposed. A comparative study with binary PSO and GA over twenty-two benchmark functions is conducted to draw a conclusion. Furthermore, Wilcoxon's rank-sum nonparametric statistical test was carried out at 5 % significance level to judge whether the results of the proposed algorithm differ from those of the other algorithms in a statistically significant way. The results prove that the proposed binary bat algorithm (BBA) is able to significantly outperform others on majority of the benchmark functions. In addition, there is a real application of the proposed method in optical engineering called optical buffer design at the end of the paper. The results of the real application also evidence the superior performance of BBA in practice.

549 citations


Journal ArticleDOI
TL;DR: The integration model improved by modified additional momentum factor gets more ideal solutions for short-term gas load forecasting, through analyses and comparisons of the above several different combinational algorithms.

407 citations


Journal ArticleDOI
TL;DR: Considering variable energy prices during one day, a mathematical model to minimize energy consumption costs for single machine production scheduling during production processes was proposed in this paper, where genetic algorithm technology has been utilized.

403 citations


Journal ArticleDOI
TL;DR: In this paper, a multi-objective optimization model using genetic algorithm (GA) and artificial neural network (ANN) is presented to quantitatively assess technology choices in a building retrofit project.

345 citations


Journal ArticleDOI
TL;DR: Experimental results that were achieved using the proposed novel HGA-NN classifier are promising for feature selection and classification in retail credit risk assessment and indicate that the H GA-NNclassifier is a promising addition to existing data mining techniques.
Abstract: In this paper, an advanced novel heuristic algorithm is presented, the hybrid genetic algorithm with neural networks (HGA-NN), which is used to identify an optimum feature subset and to increase the classification accuracy and scalability in credit risk assessment. This algorithm is based on the following basic hypothesis: the high-dimensional input feature space can be preliminarily restricted to only the important features. In this preliminary restriction, fast algorithms for feature ranking and earlier experience are used. Additionally, enhancements are made in the creation of the initial population, as well as by introducing an incremental stage in the genetic algorithm. The performances of the proposed HGA-NN classifier are evaluated using a real-world credit dataset that is collected at a Croatian bank, and the findings are further validated on another real-world credit dataset that is selected in a UCI database. The classification accuracy is compared with that presented in the literature. Experimental results that were achieved using the proposed novel HGA-NN classifier are promising for feature selection and classification in retail credit risk assessment and indicate that the HGA-NN classifier is a promising addition to existing data mining techniques.

330 citations


Posted Content
TL;DR: In this paper, a non-smooth split version of the Heavy-ball method from Polyak is proposed for solving a minimization problem composed of a differentiable (possibly non-convex) and a convex function.
Abstract: In this paper we study an algorithm for solving a minimization problem composed of a differentiable (possibly non-convex) and a convex (possibly non-differentiable) function. The algorithm iPiano combines forward-backward splitting with an inertial force. It can be seen as a non-smooth split version of the Heavy-ball method from Polyak. A rigorous analysis of the algorithm for the proposed class of problems yields global convergence of the function values and the arguments. This makes the algorithm robust for usage on non-convex problems. The convergence result is obtained based on the \KL inequality. This is a very weak restriction, which was used to prove convergence for several other gradient methods. First, an abstract convergence theorem for a generic algorithm is proved, and, then iPiano is shown to satisfy the requirements of this theorem. Furthermore, a convergence rate is established for the general problem class. We demonstrate iPiano on computer vision problems: image denoising with learned priors and diffusion based image compression.

312 citations


Journal ArticleDOI
TL;DR: The experimental results for large-sized problems from a large set of randomly generated graphs as well as graphs of real-world problems with various characteristics show that the proposed MPQGA algorithm outperforms two non-evolutionary heuristics and a random search method in terms of schedule quality.

305 citations


Journal ArticleDOI
TL;DR: In this article, a teaching learning based optimization (TLBO) approach is proposed to minimize power loss and energy cost by optimal placement of capacitors in radial distribution systems, where learners improve their knowledge or ability through the teaching methodology of teacher and in second part learners increase their knowledge by interactions among themselves.

257 citations


Journal ArticleDOI
TL;DR: In this paper, a general optimization and modeling framework for coupled power flow studies on different energy infrastructures is proposed, which decomposes the multi-carrier optimal power flow problem into its traditional separate OPF problem in such a way that the major advantages of simultaneous analysis of MCE systems would not be sacrificed.
Abstract: Presence of energy hubs in the future vision of energy networks creates a great opportunity for system planners and operators to move towards more efficient systems. The role of energy hubs as the intermediate in multi-carrier energy (MCE) systems calls for a generic framework to study the new upcoming technical as well as economical effects on the system performance. In response, this paper attempts to develop a general optimization and modeling framework for coupled power flow studies on different energy infrastructures. This, as a large-scale nonlinear problem, is approached through a robust optimization technique, i.e., multi-agent genetic algorithm (MAGA). The proposed procedure decomposes the multi-carrier optimal power flow (MCOPF) problem into its traditional separate OPF problem in such a way that the major advantages of simultaneous analysis of MCE systems would not be sacrificed. The presented scheme is then applied to an 11-hubs test system and introduces its expected applicability and robustness in the MCE systems analysis.

238 citations


Journal ArticleDOI
TL;DR: The detection of communities with temporal smoothness is formulated as a multiobjective problem and a method based on genetic algorithms is proposed and the main advantage of the algorithm is that it automatically provides a solution representing the best trade-off between the accuracy of the clustering obtained, and the deviation from one time step to the successive.
Abstract: The discovery of evolving communities in dynamic networks is an important research topic that poses challenging tasks. Evolutionary clustering is a recent framework for clustering dynamic networks that introduces the concept of temporal smoothness inside the community structure detection method. Evolutionary-based clustering approaches try to maximize cluster accuracy with respect to incoming data of the current time step, and minimize clustering drift from one time step to the successive one. In order to optimize both these two competing objectives, an input parameter that controls the preference degree of a user towards either the snapshot quality or the temporal quality is needed. In this paper the detection of communities with temporal smoothness is formulated as a multiobjective problem and a method based on genetic algorithms is proposed. The main advantage of the algorithm is that it automatically provides a solution representing the best trade-off between the accuracy of the clustering obtained, and the deviation from one time step to the successive. Experiments on synthetic data sets show the very good performance of the method when compared with state-of-the-art approaches.

211 citations


Journal ArticleDOI
01 Feb 2014
TL;DR: It is observed that a mutation clock implementation is computationally quick and also efficient in finding a solution close to the optimum on four different problems used in this study for both mutation operators.
Abstract: Mutation is an important operator in genetic algorithms GAs, as it ensures maintenance of diversity in evolving populations of GAs. Real-parameter GAs RGAs handle real-valued variables directly without going to a binary string representation of variables. Although RGAs were first suggested in early '90s, the mutation operator is still implemented variable-wise - in a manner that is independent to each variable. In this paper, we investigate the effect of five different mutation schemes for RGAs using two different mutation operators - polynomial and Gaussian mutation operators. Based on extensive simulation studies, it is observed that a mutation clock implementation is computationally quick and also efficient in finding a solution close to the optimum on four different problems used in this study for both mutation operators. Moreover, parametric studies with their associated parameters reveal suitable working ranges of the parameters. Interestingly, both mutation operators with their respective optimal parameter settings are found to possess a similar inherent probability of offspring creation, a matter that is believed to be the reason for their superior working. This study signifies that the long suggested mutation clock operator should be considered as a valuable mutation operator for RGAs.

Journal ArticleDOI
TL;DR: This work is investigating methods that are particularly efficient at Particle Distribution Optimization (PDO) to fight sample degeneracy and impoverishment, with an emphasis on intelligence choices.
Abstract: During the last two decades there has been a growing interest in Particle Filtering (PF). However, PF suffers from two long-standing problems that are referred to as sample degeneracy and impoverishment. We are investigating methods that are particularly efficient at Particle Distribution Optimization (PDO) to fight sample degeneracy and impoverishment, with an emphasis on intelligence choices. These methods benefit from such methods as Markov Chain Monte Carlo methods, Mean-shift algorithms, artificial intelligence algorithms (e.g., Particle Swarm Optimization, Genetic Algorithm and Ant Colony Optimization), machine learning approaches (e.g., clustering, splitting and merging) and their hybrids, forming a coherent standpoint to enhance the particle filter. The working mechanism, interrelationship, pros and cons of these approaches are provided. In addition, approaches that are effective for dealing with high-dimensionality are reviewed. While improving the filter performance in terms of accuracy, robustness and convergence, it is noted that advanced techniques employed in PF often causes additional computational requirement that will in turn sacrifice improvement obtained in real life filtering. This fact, hidden in pure simulations, deserves the attention of the users and designers of new filters.

Journal ArticleDOI
TL;DR: This methodology has been applied successfully for the sizing of a PV-wind-battery system to supply at least 95% of yearly total electric demand of a residential house and indicates that such a method, through its multitude Pareto front solutions, will help designers to take into consideration both economic and environmental aspects.

Journal ArticleDOI
01 Nov 2014
TL;DR: A detailed and comprehensive survey of different approaches implemented to prevent premature convergence in Genetic Algorithms with their strengths and weaknesses is presented.
Abstract: Detailed discussion on various approaches for handling premature convergence in GA.Theoretical framework is presented for convergence analysis of GA.Strengths and weaknesses of each approach are provided.Summary and comparison of the approaches is given for quick review. This paper surveys strategies applied to avoid premature convergence in Genetic Algorithms (GAs). Genetic Algorithm belongs to the set of nature inspired algorithms. The applications of GA cover wide domains such as optimization, pattern recognition, learning, scheduling, economics, bioinformatics, etc. Fitness function is the measure of GA, distributed randomly in the population. Typically, the particular value for each gene start dominating as the search evolves. During the evolutionary search, fitness decreases as the population converges, this leads to the problems of the premature convergence and slow finishing. In this paper, a detailed and comprehensive survey of different approaches implemented to prevent premature convergence with their strengths and weaknesses is presented. This paper also discusses the details about GA, factors affecting the performance during the search for global optima and brief details about the theoretical framework of Genetic algorithm. The surveyed research is organized in a systematic order. A detailed summary and analysis of reviewed literature are given for the quick review. A comparison of reviewed literature has been made based on different parameters. The underlying motivation for this paper is to identify methods that allow the development of new strategies to prevent premature convergence and the effective utilization of genetic algorithms in the different area of research.

Journal ArticleDOI
TL;DR: Through the simulation of MATLAB programming it is seen that OTLBO provides better results than all other optimization techniques at less computational time.

Journal ArticleDOI
TL;DR: In this article, a probabilistic online economic dispatch (ED) optimization model for multiple energy carriers (MECs) is proposed, which is treated via a robust optimization technique, namely, multiagent genetic algorithm (MAGA), whose outstanding feature is to find well the global optima of the ED problem.
Abstract: Multiple energy carriers (MECs) have been broadly engrossing power system planners and operators toward a modern standpoint in power system studies Energy hub, though playing an undeniable role as the intermediate in implementing the MECs, still needs to be put under examination in both modeling and operating concerns Since wind power continues to be one of the fastest-growing energy resources worldwide, its intrinsic challenges should be also treated as an element of crucial role in the vision of future energy networks In response, this paper aims to concentrate on the online economic dispatch (ED) of MECs for which it provides a probabilistic ED optimization model The presented model is treated via a robust optimization technique, ie, multiagent genetic algorithm (MAGA), whose outstanding feature is to find well the global optima of the ED problem ED once constrained by wind power availability, in the cases of wind power as one of the input energy carriers of the hub, faces an inevitable uncertainty that is also probabilistically overcome in the proposed model Efficiently approached via MAGA, the presented scheme is applied to test systems equipped with energy hubs and as expected, introduces its applicability and robustness in the ED problems

Journal ArticleDOI
TL;DR: Experimental results indicate an instructive addition to the portfolio of swarm intelligence techniques and the influence of the different crossover types on convergence and performance is carefully studied.

Journal ArticleDOI
TL;DR: This paper presents a novel classification of the algorithms proposed in the literature for planned deployment of WSNs, based on the mathematical approach used for modeling and solving the deployment problem.
Abstract: One of the main design aspects of Wireless Sensor Networks (WSNs) is the deployment strategy of the sensors. In general, WSN deployment methods fall under two categories: planned deployment and random deployment. In this paper, we focus on planned deployment which is defined as selectively deciding the locations of the sensors to optimize one or more design objectives of the WSN under some given constraints. There have been a large number of studies which proposed algorithms for solving the planned deployment problem. In this paper, we present a novel classification of the algorithms proposed in the literature for planned deployment of WSNs, based on the mathematical approach used for modeling and solving the deployment problem. Four distinct mathematical approaches are presented: Genetic Algorithms, Computational Geometry, Artificial Potential Fields and Particle Swarm Optimization. For each approach, we provide a discussion of its background and basic mathematical foundation. We then review the algorithms which belong to each approach and provide a comparison between them in terms of their objectives, assumptions and performance. Based on our extensive survey, we discuss the strengths and limitations of the four approaches and compare them in terms of the different WSN design factors.

Journal ArticleDOI
TL;DR: Ten stochastic optimization methods used to calibrate parameter sets for three hydrological models on 10 different basins revealed that the dimensionality and general fitness landscape characteristics of the model calibration problem are impo...
Abstract: Ten stochastic optimization methods—adaptive simulated annealing (ASA), covariance matrix adaptation evolution strategy (CMAES), cuckoo search (CS), dynamically dimensioned search (DDS), differential evolution (DE), genetic algorithm (GA), harmony search (HS), pattern search (PS), particle swarm optimization (PSO), and shuffled complex evolution–University of Arizona (SCE–UA)—were used to calibrate parameter sets for three hydrological models on 10 different basins. Optimization algorithm performance was compared for each of the available basin-model combinations. For each model-basin pair, 40 calibrations were run with the 10 algorithms. Results were tested for statistical significance using a multicomparison procedure based on Friedman and Kruskal-Wallis tests. A dispersion metric was used to evaluate the fitness landscape underlying the structure on each test case. The trials revealed that the dimensionality and general fitness landscape characteristics of the model calibration problem are impo...

Journal ArticleDOI
TL;DR: The best mass is archived and utilised to accelerate the exploitation phase, ameliorating this weakness of the GSA, and the results of benchmark and classical engineering problems demonstrate the performance of the proposed method.
Abstract: One heuristic evolutionary algorithm recently proposed is the gravitational search algorithm (GSA), inspired by the gravitational forces between masses in nature. This algorithm has demonstrated superior performance among other well-known heuristic algorithms such as particle swarm optimisation and genetic algorithm. However, slow exploitation is a major weakness that might result in degraded performance when dealing with real engineering problems. Due to the cumulative effect of the fitness function on mass in GSA, masses get heavier and heavier over the course of iteration. This causes masses to remain in close proximity and neutralise the gravitational forces of each other in later iterations, preventing them from rapidly exploiting the optimum. In this study, the best mass is archived and utilised to accelerate the exploitation phase, ameliorating this weakness. The proposed method is tested on 25 unconstrained benchmark functions with six different scales provided by CEC 2005. In addition, two classical, constrained, engineering design problems, namely welded beam and tension spring, are also employed to investigate the efficiency of the proposed method in real constrained problems. The results of benchmark and classical engineering problems demonstrate the performance of the proposed method.

Journal ArticleDOI
TL;DR: In this article, a probabilistic power flow (PPF)-embedded genetic algorithm (GA)-based approach is proposed in order to solve the optimisation problem that is modelled mathematically under a chance constrained programming framework.
Abstract: The scope of this study is the optimal siting and sizing of distributed generation within a power distribution network considering uncertainties. A probabilistic power flow (PPF)-embedded genetic algorithm (GA)-based approach is proposed in order to solve the optimisation problem that is modelled mathematically under a chance constrained programming framework. Point estimate method (PEM) is proposed for the solution of the involved PPF problem. The uncertainties considered include: (i) the future load growth in the power distribution system, (ii) the wind generation, (iii) the output power of photovoltaics, (iv) the fuel costs and (v) the electricity prices. Based on some candidate schemes of different distributed generation types and sizes, placed on specific candidate buses of the network, GA is applied in order to find the optimal plan. The proposed GA with embedded PEM (GA-PEM) is applied on the IEEE 33-bus network by considering several scenarios and is compared with the method of GA with embedded Monte Carlo simulation (GA-MCS). The main conclusions of this comparison are: (i) the proposed GA-PEM is seven times faster than GA-MCS, and (ii) both methods provide almost identical results.

Journal ArticleDOI
TL;DR: Application of the proposed algorithm on some benchmark functions demonstrated its good capability in comparison with Genetic Algorithm (GA) and Particle Swarm Optimization (PSO) and the results of the experiments showed the good performance of FOA in some data sets from the UCI repository.
Abstract: In this article, a new evolutionary algorithm, Forest Optimization Algorithm (FOA), suitable for continuous nonlinear optimization problems has been proposed. It is inspired by few trees in the forests which can survive for several decades, while other trees could live for a limited period. In FOA, seeding procedure of the trees is simulated so that, some seeds fall just under the trees, while others are distributed in wide areas by natural procedures and the animals that feed on the seeds or fruits. Application of the proposed algorithm on some benchmark functions demonstrated its good capability in comparison with Genetic Algorithm (GA) and Particle Swarm Optimization (PSO). Also we tested the performance of FOA on feature weighting as a real optimization problem and the results of the experiments showed the good performance of FOA in some data sets from the UCI repository.

Journal ArticleDOI
TL;DR: The experimental results confirm better performance of BPSOGSA compared with binary gravitational search algorithm (BGSA), binary particle swarm optimization (BPSO), and genetic algorithm in terms of avoiding local minima and convergence rate.
Abstract: The PSOGSA is a novel hybrid optimization algorithm, combining strengths of both particle swarm optimization (PSO) and gravitational search algorithm (GSA). It has been proven that this algorithm outperforms both PSO and GSA in terms of improved exploration and exploitation. The original version of this algorithm is well suited for problems with continuous search space. Some problems, however, have binary parameters. This paper proposes a binary version of hybrid PSOGSA called BPSOGSA to solve these kinds of optimization problems. The paper also considers integration of adaptive values to further balance exploration and exploitation of BPSOGSA. In order to evaluate the efficiencies of the proposed binary algorithm, 22 benchmark functions are employed and divided into three groups: unimodal, multimodal, and composite. The experimental results confirm better performance of BPSOGSA compared with binary gravitational search algorithm (BGSA), binary particle swarm optimization (BPSO), and genetic algorithm in terms of avoiding local minima and convergence rate.

Journal ArticleDOI
TL;DR: The proposed approach in this study can effectively improve accuracy and efficiency in the FDM process by focusing on process parameter optimization.
Abstract: Fused deposition modeling (FDM) is gaining distinct advantages because of its ability to fabricate the 3D physical prototypes without the restrictions of geometric complexities, while when it comes to accuracy and efficiency, the advantages of FDM is not distinct, and so how to improve them is worthy of study. Focusing on process parameter optimization, such parameters as line width compensation, extrusion velocity, filling velocity, and layer thickness are selected as control factors, input variables, and dimensional error, warp deformation, and built time are selected as output responses, evaluation indexes. Experiment design is assigned according to uniform experiment design, and then the three output responses are converted with fuzzy inference system to a single comprehensive response. The relation between the comprehensive response and the four input variables is derived with second-order response surface methodology, the correctness of which is further validated with artificial neural network. Fitness function is created using penalty function and is solved with genetic algorithm toolbox in Matlab software. With confirmation test, the results are obtained preferring to the results of the experiment 1 with the best comprehensive response among the 17 experiment runs, which confirms that the proposed approach in this study can effectively improve accuracy and efficiency in the FDM process.

Journal ArticleDOI
Ehab S. Ali1
TL;DR: In this paper, a new metaheuristic method, the BAT search algorithm based on the echolocation behavior of bats is proposed for optimal design of power system stabilizers (PSSs) in a multimachine environment.

Journal ArticleDOI
TL;DR: This paper proposes a timetable optimization model to increase the utilization of regenerative energy and, simultaneously, to shorten the passenger waiting time, and formulates a two-objective integer programming model with headway time and dwell time control.
Abstract: The train timetable optimization problem in subway systems is to determine arrival and departure times for trains at stations so that the resources can be effectively utilized and the trains can be efficiently operated. Because the energy saving and the service quality are paid more attention, this paper proposes a timetable optimization model to increase the utilization of regenerative energy and, simultaneously, to shorten the passenger waiting time. First, we formulate a two-objective integer programming model with headway time and dwell time control. Second, we design a genetic algorithm with binary encoding to find the optimal solution. Finally, we conduct numerical examples based on the operation data from the Beijing Yizhuang subway line of China. The results illustrate that the proposed model can save energy by 8.86% and reduce passenger waiting time by 3.22% in comparison with the current timetable.

Journal ArticleDOI
TL;DR: The experimental analysis showed that the proposed GA with a new multi-parent crossover converges quickly to the optimal solution and thus exhibits a superior performance in comparison to other algorithms that also solved those problems.

Journal ArticleDOI
TL;DR: In this paper, a firefly algorithm is proposed for load frequency control of multi-area power systems and the optimum gains of the proportional integral/proportional integral derivative controller are optimized employing the firefly technique.
Abstract: —In this article, a firefly algorithm is proposed for load frequency control of multi-area power systems. Initially a two equal area non-reheat thermal system is considered and the optimum gains of the proportional integral/proportional integral derivative controller are optimized employing the firefly algorithm technique. The superiority of the proposed approach is demonstrated by comparing the results with some recently published techniques such as genetic algorithm, bacteria foraging optimization algorithm, differential evolution, particle swarm optimization, hybrid bacteria foraging optimization algorithm-particle swarm optimization, and Ziegler–Nichols-based controllers for the same interconnected power system. Further, the proposed approach is extended to a three-unequal-area thermal system considering generation rate constraint and governor dead-band. Investigations reveal on comparison that proportional integral derivative controller provides much better response compared to integral and p...

Journal ArticleDOI
TL;DR: The result showed that both of these two hybrid models have good performance in desirable accuracy and applicability in practical production, endowing them high potential to substitute the conventional regression models in real engineering practice.

Journal ArticleDOI
TL;DR: MOHEFT, a Pareto-based list scheduling heuristic that provides the user with a set of tradeoff optimal solutions from which the one that better suits the user requirements can be manually selected, is analysed.
Abstract: Nowadays, scientists and companies are confronted with multiple competing goals such as makespan in high-performance computing and economic cost in Clouds that have to be simultaneously optimised. Multi-objective scheduling of scientific applications in these systems is therefore receiving increasing research attention. Most existing approaches typically aggregate all objectives in a single function, defined a-priori without any knowledge about the problem being solved, which negatively impacts the quality of the solutions. In contrast, Pareto-based approaches having as outcome a set of (nearly) optimal solutions that represent a tradeoff among the different objectives, have been scarcely studied. In this paper, we analyse MOHEFT, a Pareto-based list scheduling heuristic that provides the user with a set of tradeoff optimal solutions from which the one that better suits the user requirements can be manually selected. We demonstrate the potential of our method for multi-objective workflow scheduling on the commercial Amazon EC2 Cloud. We compare the quality of the MOHEFT tradeoff solutions with two state-of-the-art approaches using different synthetic and real-world workflows: the classical HEFT algorithm for single-objective scheduling and the SPEA2* genetic algorithm used in multi-objective optimisation problems. The results demonstrate that our approach is able to compute solutions of higher quality than SPEA2*. In addition, we show that MOHEFT is more suitable than SPEA2* for workflow scheduling in the context of commercial Clouds, since the genetic-based approach is unable of dealing with some of the constraints imposed by these systems.