Academia.eduAcademia.edu

Simple Genetic Algorithm

description472 papers
group7 followers
lightbulbAbout this topic
A Simple Genetic Algorithm is a search heuristic inspired by the process of natural selection, used to solve optimization and search problems. It employs mechanisms such as selection, crossover, and mutation to evolve a population of candidate solutions towards better performance over successive generations.
lightbulbAbout this topic
A Simple Genetic Algorithm is a search heuristic inspired by the process of natural selection, used to solve optimization and search problems. It employs mechanisms such as selection, crossover, and mutation to evolve a population of candidate solutions towards better performance over successive generations.

Key research themes

1. How can genetic algorithm operators be modified to improve the balance of exploration and exploitation in optimization?

This theme investigates modifications to the fundamental genetic algorithm operators—selection, crossover, and mutation—with the objective of improving the algorithm’s balance between exploration of the search space and exploitation of promising regions. Achieving this balance directly impacts the convergence speed and solution quality in optimization problems. Researchers explore alternative sequences and parameterizations of these operators, the introduction of new crossover methods tailored to problem-specific traits, and theory-driven variants grounded in natural selection concepts to enhance both control and diversity in population evolution.

Key finding: This study proposes a new GA variant (GABONST) inspired by natural selection theory that rethinks the interaction of crossover and mutation to achieve greater control over exploration and exploitation. Unlike conventional GAs... Read more
Key finding: This work introduces a novel crossover operator designed to distinguish between complementary 'attitudes' of gene alleles, enhancing desirable traits while damping undesirable ones during recombination. The two-stage... Read more
Key finding: The paper delivers an in-depth dynamical systems analysis of genetic algorithm fixed points (population states consisting of a single individual) when subject to tournament and proportional selection. It identifies how... Read more
Key finding: This paper provides a foundational step-by-step genetic algorithm implementation that clarifies the role and sequencing of genetic operators—selection, crossover, and mutation—in producing convergent approximate solutions. By... Read more

2. What are the computational advantages of parallel and hybrid genetic algorithms in solving complex combinatorial optimization problems?

This theme covers research focusing on parallelization and hybridization techniques to accelerate genetic algorithm runtimes and improve solution quality when tackling computationally hard problems such as the traveling salesman problem and complex scheduling. By distributing populations across multiple processors and employing communication or migration strategies, or hybridizing GA with local search methods and other metaheuristics, these approaches seek to exploit modern computational architectures and algorithmic synergies to overcome the scalability limitations of traditional serial genetic algorithms.

Key finding: This study experimentally compares five coarse-grained parallel genetic algorithms (PGAs) for the traveling salesman problem on a distributed IBM SP2 system, all built on a shared baseline serial GA. It finds that... Read more
Key finding: The knowledge based genetic algorithm (KBGA) integrates expert knowledge into multiple GA stages—initialization, selection, crossover, and mutation—to solve flexible manufacturing system scheduling problems involving... Read more
Key finding: This paper demonstrates the efficacy of population-based stochastic genetic algorithms to efficiently solve large-scale, heavily constrained, multi-variable optimization problems with near-optimal solutions and significantly... Read more
Key finding: Eight variants of simple and multi-population genetic algorithms differing in the sequences of selection, crossover, and mutation operators were compared for parameter identification in yeast fed-batch cultivation.... Read more

3. How can genetic algorithms be applied and adapted for domain-specific modeling and predictive tasks in engineering and ecology?

This theme encompasses research exploring the practical adaptation of genetic algorithms for domain-specific applications such as ecological species distribution modeling, engineering design optimization, and student performance prediction. Studies consider how GA-based input variable selection, multiobjective optimization, robustness considerations, and ensemble learning integrations enable effective model calibration, parameter identification, and predictive accuracy improvements in context-sensitive real-world problems. These contributions illustrate GA versatility beyond theoretical optimization towards data-driven decision support and system understanding in applied sciences.

Key finding: This study employs a simple genetic algorithm for input variable selection in conceptual species distribution models assessing river pollution impacts in Ecuador. The GA efficiently identifies well-performing model... Read more
Key finding: This dissertation integrates genetic algorithms within engineering design workflows to tackle complex, high-dimensional, and multiobjective optimization problems such as engine control parameter tuning. It introduces a... Read more
Key finding: This research integrates AdaBoost ensemble learning with a simple genetic algorithm (Ada-GA) for early prediction of student academic performance based on features extracted from the ASSISTments dataset. The GA effectively... Read more
Key finding: This work presents a user-free genetic algorithm-based optimization technique for automatic calibration of soil-water characteristic curve models, including those capturing hysteresis effects. The GA minimizes errors between... Read more

All papers in Simple Genetic Algorithm

In modern-day manufacturing process, flexible manufacturing system (FMS) is used for efficient production of parts. In FMS, processing times are important while preparing the production schedule. The manufacturing cost will vary from part... more
This work deals with the application of Artificial Immune Systems (AIS) in distribution systems. Based on natural immune systems, these systems present some important characteristics that may be useful in optimization of power systems... more
The continuous double-auction (CDA) is a powerful market mechanism, noted for its speed and efficiency, and is the mechanism underlying the organization of open-outcry 'trading pits' at major international derivatives markets. In previous... more
Reliability is one of the very important characteristics of the distributed computing system (DCS), and articles on task allocation (an NP-Hard problem) to maximize the reliability of DCS have appeared in the past [S. Kartik, C.S. Ram... more
Reliability is one of the very important characteristics of the distributed computing system (DCS), and articles on task allocation (an NP-Hard problem) to maximize the reliability of DCS have appeared in the past [S. Kartik, C.S. Ram... more
Machine-loading problem of a flexible manufacturing system is known for its complexity. This problem encompasses various types of flexibility aspects pertaining to part selection and operation assignments along with constraints ranging... more
This paper presents an exhaustive study of the Simple Genetic Algorithm (SGA), Steady State Genetic Algorithm (SSGA) and Replacement Genetic Algorithm (RGA). The performance of each method is analyzed in relation to several operators... more
Inspired by the evolution principle, GA becomes a more powerful optimization technique, although the authors have already implemented them in a rather different way in other algorithms; hence their differences concerning computational... more
Machine-loading problem of a flexible manufacturing system is known for its complexity. This problem encompasses various types of flexibility aspects pertaining to part selection and operation assignments along with constraints ranging... more
The study of the injury caused by vehicle-teenage cyclist crash is presented in this paper. The results of the crash with three vehicles: sedan, SUV and Pick up are compared. Three different positions are analyzed: front, rear and lateral... more
In this paper, optimal operating rules for water quality management in reservoir-river systems are developed using a methodology combining a water quality simulation model and a stochastic GA-based conflict resolution technique. As... more
In electrical distribution networks, inefficiencies and instabilities often arise from inductive loads like motors and transformers, which exhibit a lagging power factor. This reduces system capacity, increases losses, and can lead to... more
In this paper a complex scheduling problem in flexible manufacturing system (FMS) has been addressed with a novel approach called knowledge based genetic algorithm (KBGA). The literature review indicates that meta-heuristics may be used... more
A new model for automatic generation of Evolutionary Algorithms (EAs) by evolutionary means is proposed in this paper. The model is based on a simple Genetic Algorithm (GA). Every GA chromosome encodes an EA, which is used for solving a... more
A new model for automatic generation of Evolutionary Algorithms (EAs) by evolutionary means is proposed in this paper. The model is based on a simple Genetic Algorithm (GA). Every GA chromosome encodes an EA, which is used for solving a... more
Automated discovery of rules is, due to its applicability, one of the most fundamental and important method in Knowledge Discovery in Databases(KDD). It has been an active research area in the recent past. This paper presents a... more
The main purpose of this study is to present a new method of evaluation of the heterogeneity of microporous carbons (called the LAPLACE method). The simple genetic algorithm (SGA) is modified and applied to the study of the LAPLACE... more
Conservation of functionally identical copies of the same gene throughout the generations is not an easy task. In this study, based on the biological evidence that suggests the existence of the developmental error as one of the ways to... more
This paper proposes a new musical notation with Lindenmayer grammars, and describes the use of grammar evolution for the automatic generation of music expressed in this notation, with the normalized compression distance as the fitness... more
In this paper, two approaches based on steepest descent method for solving unconstrained or bound constrained optimization problems having continuously differentiable objective functions have been proposed. In the first approach, an... more
Genetic Algorithm is an important optimization technique, though its application in Fuzzy system is usually limited by problems like local optimal and premature convergence. With an aim to improve the performance of simple Genetic... more
Machine-loading problem of a flexible manufacturing system is known for its complexity. This problem encompasses various types of flexibility aspects pertaining to part selection and operation assignments along with constraints ranging... more
Machine-loading problem of a flexible manufacturing system is known for its complexity. This problem encompasses various types of flexibility aspects pertaining to part selection and operation assignments along with constraints ranging... more
All content in this magazine is licensed under a Creative Commons Attribution License. Attribution-Non-Commercial-Non-Derivatives 4.0 International (CC BY-NC-ND 4.0).
This work deals with the application of Artificial Immune Systems (AIS) in distribution systems. Based on natural immune systems, these systems present some important characteristics that may be useful in optimization of power systems... more
Learning morphemes from any plain text is an emerging research area in the natural language processing. Knowledge about the process of word formation is helpful in devising automatic segmentation of words into their constituent morphemes.... more
The aim of this work is to study the influence of head boundary conditions during real-world pedestrian head trauma simulation. Both Multi-Body System (MBS) and Finite Element (FE) models are used for pedestrian-versus-vehicle accident... more
Species distribution models (SDMs) have received increasing attention in freshwater management to support decision making. Existing SDMs are mainly data-driven and often developed with statistical and machine learning methods but with... more
The aim of this research is to develop decision support tools for identifying optimal location for groundwater development to meet the future demands in the Teeb Area. Teeb Area is located in north and north east of Missan Province, south... more
A practical dynamical model of an efficient Simple Genetic Algorithm is presented, introducing in the matrix of the Nix and Vose Markov model a practical postulate related to the schema theorem, that induces deterministic correction... more
This paper presents a hybrid metaheuristic algorithm to solve the hybrid flow shop scheduling problem (HFSP) with family setup times. Many conditions of HFSP have been extensively studied in recently years and metaheuristics and local... more
In most developed countries, the statistical data of road traffic accidents involving motor vehicle-pedestrian crashes have registered much cause for concern and consequently, a concerted effort by various sectors have for the past two... more
In this paper, optimal operating rules for water quality management in reservoir-river systems are developed using a methodology combining a water quality simulation model and a stochastic GA-based conflict resolution technique. As... more
In this paper an approach to invert measured data in electromagnetic imaging based on inverse scattering is numerically evaluated. In particular, an Inexact Newton approach is adopted and the semiconvergence behavior of the proposed... more
Traditionally in Genetic Algorithms, the mutation probability parameter maintains a constant value during the search. However, an important difficulty is to determine a priori which probability value is the best suited for a given... more
This paper is concerned with minimization of mean tardiness and flow time in a real single machine production scheduling problem. Two variants of genetic algorithm as metaheuristic are combined with hyper-heuristic approach are proposed... more
All content in this magazine is licensed under a Creative Commons Attribution License. Attribution-Non-Commercial-Non-Derivatives 4.0 International (CC BY-NC-ND 4.0).
All content in this magazine is licensed under a Creative Commons Attribution License. Attribution-Non-Commercial-Non-Derivatives 4.0 International (CC BY-NC-ND 4.0).
In this study, the capability of recently introduced crow search algorithm (CSA) was evaluated for structural optimization problems. It is observed that the standard CSA was led to undesirable performance for solving structural... more
In their classic form, reducts as well as typical testors are minimal subsets of attributes that retain the discernibility condition. Constructs are a special type of reducts and represent a kind of generalization of the reduct concept. A... more
Typical testors are a useful tool for feature selection and for determining feature relevance in supervised classification problems, especially when quantitative and qualitative features are mixed. Nowadays, computing all typical testors... more
This paper summarizes recent research on competition-based learning procedures performed by the Navy Center for Applied Research in Artificial Intelligence at the Naval Research Laboratory. We have focused on a particularly interesting... more
Classification Rule Mining (CRM) is a data mining technique for discovering important classification rules from large dataset. This work presents an efficient genetic algorithm for discovering significant IF-THEN rules from a given... more
The purpose of this paper and the experiments condu cte herein is to assess the impact of variation in particle inertia (w), particle increment ( c1) and global increment ( c2), on the fitness of particles and there impact upo n particle... more
It would be difficult to efficiently implement a manufacturing system without solving its design and operational problems. Based on this framework, a system configuration and tooling problem is modeled. The model turns out to be a large... more
Collapsible soils are almost found in unsaturated states and involved significant engineering problems. Geotechnical challenges of such soils are represented by the hydro-mechanical behaviour during wetting–drying cycles due to the... more
During impact with an automobile, a pedestrian suffers multiple impacts with the bumper, hood and the windscreen. Optimisation of the car front using a scalar injury cost function has been demonstrated. The results for impacts simulated... more
Machine-loading problem of a flexible manufacturing system is known for its complexity. This problem encompasses various types of flexibility aspects pertaining to part selection and operation assignments along with constraints ranging... more
Download research papers for free!