About 2,050 results
Open links in new tab
  1. The Gaussian mutation operator has proven to be an optimal and popular choice for self-adaptation in genetic algorithms (Li-hui Zhang Ph.D. et all., 2015). In Gaussian mutation, a random unit Gaussian …

  2. Mutation (evolutionary algorithm) - Wikipedia

    The classic example of a mutation operator of a binary coded genetic algorithm (GA) involves a probability that an arbitrary bit in a genetic sequence will be flipped from its original state.

  3. Mutation Algorithms for Real-Valued Parameters (GA)

    Jul 11, 2025 · Genetic Algorithms (GAs) are adaptive heuristic search algorithms that belong to the larger part of evolutionary algorithms. In each generation chromosomes (our solution candidates) …

  4. 8.3.3 Mutation - TU Wien

    The first two mutation operators defined in this section are the most important ones for continuous variables. The Gaussian mutation operator is advantageous since it is very flexible and supports both …

  5. Vary Mutation and Crossover - MATLAB & Simulink - MathWorks

    The genetic algorithm applies mutations using the MutationFcn option. The default mutation option, @mutationgaussian, adds a random number, or mutation, chosen from a Gaussian distribution, to …

  6. Crossover and Mutation Operators of Genetic Algorithms Abstract—Genetic algorithms (GA) are stimulated by population genetics and evolution at the population level wh. re crossover and mutation …

  7. Spiral Gaussian mutation sine cosine algorithm: Framework and ...

    Dec 15, 2022 · Sine Cosine Algorithm (SCA), as a recently viral population-based meta-heuristic, which is in the extensive application for a variety of optimization …

  8. We have proposed a new niching genetic algorithm — a tournament crowding algorithm with Gaussian mutation. Three variants of the algorithm have been considered, depending on the way of …

  9. Genetic Algorithms - Mutation - Online Tutorials Library

    Learn about the mutation process in genetic algorithms, its importance, techniques, and how it impacts the evolution of solutions.

  10. (PDF) Applications of Gaussian Mutation for Self Adaptation in ...

    In 1960, the first genetic algorithm was developed by John H. Holland and his students (Holland, 1975). We explore the mathematical intuition and implications of the genetic algorithm in developing …