paper-with-me

Papers

Novel Methods for Enhancing the Performance of Genetic Algorithms

2018-01-09 · Esra'a O Alkafaween

In this thesis we propose new methods for crossover operator namely: cut on worst gene (COWGC), cut on worst L+R gene (COWLRGC) and Collision Crossovers. And also we propose several types of mutation operator such as: worst gene with random gene mutation (WGWRGM) , worst LR gene with random gene mutation (WLRGWRGM), worst gene with worst gene mutation (WGWWGM), worst gene with nearest neighbour mutation (WGWNNM), worst gene with the worst around the nearest neighbour mutation (WGWWNNM), worst gene inserted beside nearest neighbour mutation (WGIBNNM), random gene inserted beside nearest neighbour mutation (RGIBNNM), Swap worst gene locally mutation (SWGLM), Insert best random gene before worst gene mutation (IBRGBWGM) and Insert best random gene before random gene mutation (IBRGBRGM). In addition to proposing four selection strategies, namely: select any crossover (SAC), select any mutation (SAM), select best crossover (SBC) and select best mutation (SBM). The first two are based on selection of the best crossover and mutation operator respectively, and the other two strategies randomly select any operator. So we investigate the use of more than one crossover/mutation operator (based on the proposed strategies) to enhance the performance of genetic algorithms. Our experiments, conducted on several Travelling Salesman Problems (TSP), show the superiority of some of the proposed methods in crossover and mutation over some of the well-known crossover and mutation operators described in the literature. In addition, using any of the four strategies (SAC, SAM, SBC and SBM), found to be better than using one crossover/mutation operator in general, because those allow the GA to avoid local optima, or the so-called premature convergence. Keywords: GAs, Collision crossover, Multi crossovers, Multi mutations, TSP.

📄 PDF Abstract BibTeX arXiv:1801.02827

Code (2)

GitNickProgramming/FinalProject_CS3120 tf
diogomatoschaves/geneal

Similar Papers 제목 키워드 기반

Epigenetics Algorithms: Self-Reinforcement-Attention mechanism to regulate chromosomes expression

2023-03-15 · Mohamed Djallel Dilmi, Hanene Azzag, Mustapha Lebbah

Genetic algorithms are a well-known example of bio-inspired heuristic methods. They mimic natural selection by modeling several operators such as mutation, crossover, and selection. Recent discoveries about Epigenetics r…

On Enhancing Genetic Algorithms Using New Crossovers

2018-01-08 · Ahmad B. A. Hassanat, Esra'a Alkafaween

This paper investigates the use of more than one crossover operator to enhance the performance of genetic algorithms. Novel crossover operators are proposed such as the Collision crossover, which is based on the physical…

Enhancing Genetic Algorithms using Multi Mutations

2016-02-26 · Ahmad B. A. Hassanat, Esra'a Alkafaween, Nedal A. Al-Nawaiseh, Mohammad A. Abbadi 외

Mutation is one of the most important stages of the genetic algorithm because of its impact on the exploration of global optima, and to overcome premature convergence. There are many types of mutation, and the problem li…

Applications of Gaussian Mutation for Self Adaptation in Evolutionary Genetic Algorithms

2022-01-02 · Okezue Bell

In recent years, optimization problems have become increasingly more prevalent due to the need for more powerful computational methods. With the more recent advent of technology such as artificial intelligence, new metah…

Enhancing Machine Learning Model Performance with Hyper Parameter Optimization: A Comparative Study

2023-02-14 · Caner Erden, Halil Ibrahim Demir, Abdullah Hulusi Kökçam

One of the most critical issues in machine learning is the selection of appropriate hyper parameters for training models. Machine learning models may be able to reach the best training performance and may increase the ab…

Bayesian Optimization