scispace - formally typeset
Search or ask a question

Showing papers on "Genetic algorithm published in 2011"


Journal ArticleDOI
TL;DR: In this article, a smart energy management system (SEMS) is presented to optimise the operation of the microgrid, which consists of power forecasting module, energy storage system (ESS) management module and optimisation module.
Abstract: This study presents a smart energy management system (SEMS) to optimise the operation of the microgrid. The SEMS consists of power forecasting module, energy storage system (ESS) management module and optimisation module. The characteristic of the photovoltaics (PV) output in different weather conditions has been studied and then a 1-day-ahead power forecasting module is presented. As energy storage needs to be optimised across multiple-time steps, considering the influence of energy price structures, their economics are particularly complex. Therefore the ESS module is applied to determine the optimal operation strategies. Accordingly, multiple-time set points of the storage device, and economic performance of ESS are also evaluated. Smart management of ESS, economic load dispatch and operation optimisation of distributed generation (DG) are simplified into a single-object optimisation problem in the SEMS. Finally, a matrix real-coded genetic algorithm (MRC-GA) optimisation module is described to achieve a practical method for load management, including three different operation policies and produces diagrams of the distributed generators and ESS.

825 citations


Journal ArticleDOI
TL;DR: This introduction to the R package rgenoud is a modied version of Mebane and Sekhon (2011), published in the Journal of Statistical Software and contains higher resolution gures.
Abstract: This introduction to the R package rgenoud is a modied version of Mebane and Sekhon (2011), published in the Journal of Statistical Software. That version of the introduction contains higher resolution gures. genoud is an R function that combines evolutionary algorithm methods with a derivativebased (quasi-Newton) method to solve dicult optimization problems. genoud may also be used for optimization problems for which derivatives do not exist. genoud solves problems that are nonlinear or perhaps even discontinuous in the parameters of the function to be optimized. When the function to be optimized (for example, a log-likelihood) is nonlinear in the model’s parameters, the function will generally not be globally concave and may have irregularities such as saddlepoints or discontinuities. Optimization methods that rely on derivatives of the objective function may be unable to nd any optimum at all. Multiple local optima may exist, so that there is no guarantee that a derivative-based method will converge to the global optimum. On the other hand, algorithms that do not use derivative information (such as pure genetic algorithms) are for many problems needlessly poor at local hill climbing. Most statistical problems are regular in a neighborhood of the solution. Therefore, for some portion of the search space, derivative information is useful. The function supports parallel processing on multiple CPUs on a single machine or a cluster of computers.

667 citations


Journal ArticleDOI
01 Jan 2011
TL;DR: Data mining techniques such as Multilayer Feed Forward Neural Network, Support Vector Machines, genetic programming, Genetic Programming, Group Method of Data Handling, Logistic Regression, and Probabilistic Neural Network are used to identify companies that resort to financial statement fraud.
Abstract: Recently, high profile cases of financial statement fraud have been dominating the news. This paper uses data mining techniques such as Multilayer Feed Forward Neural Network (MLFF), Support Vector Machines (SVM), Genetic Programming (GP), Group Method of Data Handling (GMDH), Logistic Regression (LR), and Probabilistic Neural Network (PNN) to identify companies that resort to financial statement fraud. Each of these techniques is tested on a dataset involving 202 Chinese companies and compared with and without feature selection. PNN outperformed all the techniques without feature selection, and GP and PNN outperformed others with feature selection and with marginally equal accuracies.

397 citations


Journal ArticleDOI
TL;DR: The aim of this research was to develop an optimum mathematical planning model for green partner selection, which involved four objectives such as cost, time, product quality and green appraisal score and adopted two multi-objective genetic algorithms to find the set of Pareto-optimal solutions.
Abstract: Partner selection is an important issue in the supply chain management. Since environment protection has been of concern to public in recent years, and the traditional supplier selection did not consider about this factor; therefore, this paper introduced green criteria into the framework of supplier selection criteria. The aim of this research was to develop an optimum mathematical planning model for green partner selection, which involved four objectives such as cost, time, product quality and green appraisal score. In order to solve these conflicting objectives, we adopted two multi-objective genetic algorithms to find the set of Pareto-optimal solutions, which utilized the weighted sum approach that can generate more number of solutions. In experimental analysis, we introduced a {4,4,4,4} supply chain network structure, and compared average number Pareto-optimal solutions and CPU times of two algorithms.

396 citations


01 Jan 2011
TL;DR: In this paper, a comparison of GA performance in solving travelling salesman problem (TSP) using different parent selection strategy is presented. And the results reveal that tournament and proportional roulette wheel can be superior to the rank-based Roulette wheel selection for smaller problems only and become susceptible to premature convergence as problem size increases.
Abstract: A genetic algorithm (GA) has several genetic operators that can be modified to improve the performance of particular implementations. These operators include parent selection, crossover and mutation. Selection is one of the important operations in the GA process. There are several ways for selection. This paper presents the comparison of GA performance in solving travelling salesman problem (TSP) using different parent selection strategy. Several TSP instances were tested and the results show that tournament selection strategy outperformed proportional roulette wheel and rank- based roulette wheel selections, achieving best solution quality with low computing times. Results also reveal that tournament and proportional roulette wheel can be superior to the rank- based roulette wheel selection for smaller problems only and become susceptible to premature convergence as problem size increases.

374 citations


Journal ArticleDOI
TL;DR: An improved chromosome representation is used to conveniently represent a solution of the FJSP, and different strategies for crossover and mutation operator are adopted.
Abstract: In this paper, we proposed an effective genetic algorithm for solving the flexible job-shop scheduling problem (FJSP) to minimize makespan time. In the proposed algorithm, Global Selection (GS) and Local Selection (LS) are designed to generate high-quality initial population in the initialization stage. An improved chromosome representation is used to conveniently represent a solution of the FJSP, and different strategies for crossover and mutation operator are adopted. Various benchmark data taken from literature are tested. Computational results prove the proposed genetic algorithm effective and efficient for solving flexible job-shop scheduling problem.

345 citations


Journal ArticleDOI
TL;DR: After an exhaustive computational and statistical analysis it can be concluded that the proposed method shows an excellent performance overcoming the rest of the evaluated methods in a comprehensive benchmark set of instances.

335 citations


Journal ArticleDOI
TL;DR: This work proposes a new parallel bi-objective hybrid genetic algorithm that takes into account, not only makespan, but also energy consumption, and focuses on the island parallel model and the multi-start parallel model.

327 citations


Journal ArticleDOI
TL;DR: The proposed MOHS algorithm has been tested on IEEE 30 bus system with different objectives and it is clear from the comparison that the proposed method is able to generate true and well distributed Pareto optimal solutions for OPF problem.

287 citations


Proceedings ArticleDOI
21 Mar 2011
TL;DR: Past work and the current state of the art on Search-Based Software Testing are reviewed, and potential future research areas and open problems that remain in the field are discussed.
Abstract: Search-Based Software Testing is the use of a meta-heuristic optimizing search technique, such as a Genetic Algorithm, to automate or partially automate a testing task, for example the automatic generation of test data. Key to the optimization process is a problem-specific fitness function. The role of the fitness function is to guide the search to good solutions from a potentially infinite search space, within a practical time limit. Work on Search-Based Software Testing dates back to 1976, with interest in the area beginning to gather pace in the 1990s. More recently there has been an explosion of the amount of work. This paper reviews past work and the current state of the art, and discusses potential future research areas and open problems that remain in the field.

277 citations


Journal ArticleDOI
01 Jan 2011
TL;DR: The performance of ABC is at par with that of PSO, AIS and GA for all the loading configurations and is evaluated in comparison with other nature inspired techniques which includes Particle Swarm Optimization (PSO), Artificial Immune System (AIS) and Genetic Algorithm (GA).
Abstract: In this paper, we present a generic method/model for multi-objective design optimization of laminated composite components, based on Vector Evaluated Artificial Bee Colony (VEABC) algorithm VEABC is a parallel vector evaluated type, swarm intelligence multi-objective variant of the Artificial Bee Colony algorithm (ABC) In the current work a modified version of VEABC algorithm for discrete variables has been developed and implemented successfully for the multi-objective design optimization of composites The problem is formulated with multiple objectives of minimizing weight and the total cost of the composite component to achieve a specified strength The primary optimization variables are the number of layers, its stacking sequence (the orientation of the layers) and thickness of each layer The classical lamination theory is utilized to determine the stresses in the component and the design is evaluated based on three failure criteria: failure mechanism based failure criteria, maximum stress failure criteria and the tsai-wu failure criteria The optimization method is validated for a number of different loading configurations-uniaxial, biaxial and bending loads The design optimization has been carried for both variable stacking sequences, as well fixed standard stacking schemes and a comparative study of the different design configurations evolved has been presented Finally the performance is evaluated in comparison with other nature inspired techniques which includes Particle Swarm Optimization (PSO), Artificial Immune System (AIS) and Genetic Algorithm (GA) The performance of ABC is at par with that of PSO, AIS and GA for all the loading configurations

Journal ArticleDOI
TL;DR: This hybrid algorithm, called maximum relevance minimum redundancy PSO (mr^2PSO), is novel in the sense that it uses the mutual information available from the filter model to weigh the bit selection probabilities in the discrete PSO.

Journal ArticleDOI
TL;DR: It is demonstrated that hybrid operators, which combine two pure operators, reduce the number of duplicate structures in the search, which allows for better exploration of the potential energy surface of the system in question, while simultaneously zooming in on the most promising regions.

Journal ArticleDOI
TL;DR: This paper reviews the application of non dominated sorting genetic algorithm II (NSGA-II), classified as one of MoGA techniques, for optimizing process parameters in various machining operations.

Journal ArticleDOI
TL;DR: The improved gravitational search algorithm (IGSA), together with genetic algorithm, particle swarm optimization and GSA, is employed in parameter identification of HTGS and is shown to locate more precise parameter values than the compared methods with higher efficiency.

Journal ArticleDOI
TL;DR: A hybrid feature selection strategy based on genetic algorithm and support vector machine (GA-SVM) formed a wrapper to search for the best combination of bands with higher classification accuracy, which reduced the computational cost of the genetic algorithm.
Abstract: With the development and popularization of the remote-sensing imaging technology, there are more and more applications of hyperspectral image classification tasks, such as target detection and land cover investigation. It is a very challenging issue of urgent importance to select a minimal and effective subset from those mass of bands. This paper proposed a hybrid feature selection strategy based on genetic algorithm and support vector machine (GA-SVM), which formed a wrapper to search for the best combination of bands with higher classification accuracy. In addition, band grouping based on conditional mutual information between adjacent bands was utilized to counter for the high correlation between the bands and further reduced the computational cost of the genetic algorithm. During the post-processing phase, the branch and bound algorithm was employed to filter out those irrelevant band groups. Experimental results on two benchmark data sets have shown that the proposed approach is very competitive and effective.

Journal ArticleDOI
TL;DR: The numerical results demonstrate that constrained blended BBO outperforms SGA and performs similarly to SPSO 07 for constrained single-objective optimization problems.

Journal ArticleDOI
TL;DR: The results show that the proposed model outperforms theirs in terms of delivering prioritized items over several time periods and is compared with that proposed in a recent paper by Balcik et al.
Abstract: This paper proposes a logistics model for delivery of prioritized items in disaster relief operations. It considers multi-items, multi-vehicles, multi-periods, soft time windows, and a split delivery strategy scenario, and is formulated as a multi-objective integer programming model. To effectively solve this model we limit the number of available tours. Two heuristic approaches are introduced for this purpose. The first approach is based on a genetic algorithm, while the second approach is developed by decomposing the original problem. We compare these two approaches via a computational study. The multi-objective problem is converted to a single-objective problem by the weighted sum method. A case study is presented to illustrate the potential applicability of our model. Also, presented is a comparison of our model with that proposed in a recent paper by Balcik et al. [6] . The results show that our proposed model outperforms theirs in terms of delivering prioritized items over several time periods.

Journal ArticleDOI
TL;DR: A meta-heuristic approach to portfolio optimization problem using Particle Swarm Optimization (PSO) technique, which demonstrates high computational efficiency in constructing optimal risky portfolios.
Abstract: One of the most studied problems in the financial investment expert system is the intractability of portfolios. The non-linear constrained portfolio optimization problem with multi-objective functions cannot be efficiently solved using traditionally approaches. This paper presents a meta-heuristic approach to portfolio optimization problem using Particle Swarm Optimization (PSO) technique. The model is tested on various restricted and unrestricted risky investment portfolios and a comparative study with Genetic Algorithms is implemented. The PSO model demonstrates high computational efficiency in constructing optimal risky portfolios. Preliminary results show that the approach is very promising and achieves results comparable or superior with the state of the art solvers.

Journal ArticleDOI
TL;DR: A survey of researches based on using ML techniques to enhance EC algorithms, a kind of optimization methodology inspired by the mechanisms of biological evolution and behaviors of living organisms, presents a survey of five categories: ML for population initialization, ML for fitness evaluation and selection,ML for population reproduction and variation, MLFor algorithm adaptation, and ML for local search.
Abstract: Evolutionary computation (EC) is a kind of optimization methodology inspired by the mechanisms of biological evolution and behaviors of living organisms. In the literature, the terminology evolutionary algorithms is frequently treated the same as EC. This article focuses on making a survey of researches based on using ML techniques to enhance EC algorithms. In the framework of an ML-technique enhanced-EC algorithm (MLEC), the main idea is that the EC algorithm has stored ample data about the search space, problem features, and population information during the iterative search process, thus the ML technique is helpful in analyzing these data for enhancing the search performance. The paper presents a survey of five categories: ML for population initialization, ML for fitness evaluation and selection, ML for population reproduction and variation, ML for algorithm adaptation, and ML for local search.

Journal ArticleDOI
TL;DR: The concept and design procedure of Genetic Algorithm as an optimization tool is discussed and simulation results show better optimization of hybrid genetic algorithm controllers than fuzzy standalone and conventional controllers.
Abstract: Genetic Algorithm is a search heuristic that mimics the process of evaluation. Genetic Algorithms can be applied to process controllers for their optimization using natural operators. This paper discusses the concept and design procedure of Genetic Algorithm as an optimization tool. Further, this paper explores the well established methodologies of the literature to realize the workability and applicability of genetic algorithms for process control applications. Genetic Algorithms are applied to direct torque control of induction motor drive, speed control of gas turbine, speed control of DC servo motor for the optimization of control parameters in this work. The simulations were carried out in simulink package of MATLAB. The simulation results show better optimization of hybrid genetic algorithm controllers than fuzzy standalone and conventional controllers.

Journal ArticleDOI
01 Mar 2011
TL;DR: This investigation presents a SVR model with chaotic genetic algorithm (CGA), namely SVRCGA, to forecast the tourism demands, and empirical results that involve tourism demands data from existed paper reveal the proposed SVRC GA model outperforms other approaches in the literature.
Abstract: Accurate tourist demand forecasting systems are essential in tourism planning, particularly in tourism-based countries. Artificial neural networks are attracting attention to forecast tourism demands due to their general non-linear mapping capabilities. Unlike most conventional neural network models, which are based on the empirical risk minimization principle, support vector regression (SVR) applies the structural risk minimization principle to minimize an upper bound of the generalization error, rather than minimizing the training error. This investigation presents a SVR model with chaotic genetic algorithm (CGA), namely SVRCGA, to forecast the tourism demands. With the increase of the complexity and the larger problem scale of tourism demands, genetic algorithms (GAs) are often faced with the problems of premature convergence, slowly reaching the global optimal solution or trapping into a local optimum. The proposed CGA based on the chaos optimization algorithm and GAs, which employs internal randomness of chaos iterations, is used to overcome premature local optimum in determining three parameters of a SVR model. Empirical results that involve tourism demands data from existed paper reveal the proposed SVRCGA model outperforms other approaches in the literature.

Journal ArticleDOI
TL;DR: In this article, a plate and fin heat exchanger is considered and air, as an ideal gas, is defined in both sides of the heat exchange as the working fluid Several geometric variables within the logical constraints are considered as optimization parameters Two different objective functions including the total rate of heat transfer and the total annual cost of the system are defined.

Journal ArticleDOI
TL;DR: A two-stage Hybrid Genetic Algorithm is proposed to generate the predictive schedule, which optimizes the primary objective, minimizing makespan in this work, where all the data is considered to be deterministic with no expected disruptions.

Journal ArticleDOI
TL;DR: A memetic algorithm is proposed to optimize another quality function, modularity density, which includes a tunable parameter that allows one to explore the network at different resolutions, and the effectiveness and the multiresolution ability of the proposed method is shown.
Abstract: Community structure is one of the most important properties in networks, and community detection has received an enormous amount of attention in recent years. Modularity is by far the most used and best known quality function for measuring the quality of a partition of a network, and many community detection algorithms are developed to optimize it. However, there is a resolution limit problem in modularity optimization methods. In this study, a memetic algorithm, named Meme-Net, is proposed to optimize another quality function, modularity density, which includes a tunable parameter that allows one to explore the network at different resolutions. Our proposed algorithm is a synergy of a genetic algorithm with a hill-climbing strategy as the local search procedure. Experiments on computer-generated and real-world networks show the effectiveness and the multiresolution ability of the proposed method.

Journal ArticleDOI
TL;DR: An efficient hybrid evolutionary optimization algorithm based on combining Modify Imperialist Competitive Algorithm and K-means, which is called K-MICA, for optimum clustering N objects into K clusters is presented.

Journal ArticleDOI
TL;DR: The results show the advantage of the PID tuning using PSO-based optimization approach, compared to the conventional gain tuning using Ziegler-Nichols method.
Abstract: The aim of this research is to design a PID Controller using PSO algorithm. The model of a DC motor is used as a plant in this paper. The conventional gain tuning of PID controller (such as Ziegler-Nichols (ZN) method) usually produces a big overshoot, and therefore modern heuristics approach such as genetic algorithm (GA) and particle swarm optimization (PSO) are employed to enhance the capability of traditional techniques. However, due to the computational efficiency, only PSO will be used in this paper. The comparison between PSO-based PID (PSO-PID) performance and the ZN-PID is presented. The results show the advantage of the PID tuning using PSO-based optimization approach.

Journal ArticleDOI
01 Mar 2011
TL;DR: A new hybrid approach for optimization combining Particle Swarm Optimization (PSO) and Genetic Algorithms (GAs) using fuzzy logic to integrate the results of both methods and for parameters tuning is described.
Abstract: We describe in this paper a new hybrid approach for optimization combining Particle Swarm Optimization (PSO) and Genetic Algorithms (GAs) using fuzzy logic to integrate the results of both methods and for parameters tuning. The new optimization method combines the advantages of PSO and GA to give us an improved FPSO+FGA hybrid approach. Fuzzy logic is used to combine the results of the PSO and GA in the best way possible. The new hybrid FPSO+FGA approach is compared with the PSO and GA methods with a set of benchmark mathematical functions. The improved hybrid FPSO+FGA method is shown to outperform both individual optimization methods.

Journal ArticleDOI
TL;DR: The IIR system identification task is formulated as an optimization problem and a recently introduced cat swarm optimization (CSO) is used to develop a new population based learning rule for the model.
Abstract: Conventional derivative based learning rule poses stability problem when used in adaptive identification of infinite impulse response (IIR) systems. In addition the performance of these methods substantially deteriorates when reduced order adaptive models are used for such identification. In this paper the IIR system identification task is formulated as an optimization problem and a recently introduced cat swarm optimization (CSO) is used to develop a new population based learning rule for the model. Both actual and reduced order identification of few benchmarked IIR plants is carried out through simulation study. The results demonstrate superior identification performance of the new method compared to that achieved by genetic algorithm (GA) and particle swarm optimization (PSO) based identification.

Journal ArticleDOI
TL;DR: A multi-stage transmission expansion methodology is presented using a multi-objective optimization framework with internal scenario analysis using the genetic-based Non-dominated Sorting Genetic Algorithm (NSGA II) for solving the nonconvex and mixed integer optimization problem.
Abstract: The unbundling of the electricity industry introduced new uncertainties and escalated the existing ones in transmission expansion planning. In this paper, a multi-stage transmission expansion methodology is presented using a multi-objective optimization framework with internal scenario analysis. Total social cost (TSC), maximum regret (robustness criterion), and maximum adjustment cost (flexibility criterion) are considered as three optimization objectives. Uncertainties are considered by defining a number of scenarios. To overcome the difficulties in solving the nonconvex and mixed integer optimization problem, the genetic-based Non-dominated Sorting Genetic Algorithm (NSGA II) is used. Then, fuzzy decision making is applied to obtain the optimal solution. The planning methodology is applied to the Iranian 400-kV transmission grid to show feasibility of the proposed algorithm.