2,338 research outputs found

    Conjugate Schema and Basis Representation of Crossover and Mutation Operators

    Get PDF
    In genetic search algorithms and optimization routines, the representation of the mutation and crossover operators are typically defaulted to the canonical basis. We show that this can be influential in the usefulness of the search algorithm. We then pose the question of how to find a basis for which the search algorithm is most useful. The conjugate schema is introduced as a general mathematical construct and is shown to separate a function into smaller dimensional functions whose sum is the original function. It is shown that conjugate schema, when used on a test suite of functions, improves the performance of the search algorithm on 10 out of 12 of these functions. Finally, a rigorous but abbreviated mathematical derivation is given in the appendices

    Conjugate Schema and Basis Representation of Crossover and Mutation Operators

    Get PDF
    In genetic search algorithms and optimization routines, the representation of the mutation and crossover operators are typically defaulted to the canonical basis. We show that this can be influential in the usefulness of the search algorithm. We then pose the question of how to find a basis for which the search algorithm is most useful. The conjugate schema is introduced as a general mathematical construct and is shown to separate a function into smaller dimensional functions whose sum is the original function. It is shown that conjugate schema, when used on a test suite of functions, improves the performance of the search algorithm on 10 out of 12 of these functions. Finally, a rigorous but abbreviated mathematical derivation is given in the appendices

    Detection of Buried Inhomogeneous Elliptic Cylinders by a Memetic Algorithm

    Get PDF
    The application of a global optimization procedure to the detection of buried inhomogeneities is studied in the present paper. The object inhomogeneities are schematized as multilayer infinite dielectric cylinders with elliptic cross sections. An efficient recursive analytical procedure is used for the forward scattering computation. A functional is constructed in which the field is expressed in series solution of Mathieu functions. Starting by the input scattered data, the iterative minimization of the functional is performed by a new optimization method called memetic algorithm. (c) 2003 IEEE. Personal use of this material is permitted. Permission from IEEE must be obtained for all other users, including reprinting/ republishing this material for advertising or promotional purposes, creating new collective works for resale or redistribution to servers or lists, or reuse of any copyrighted components of this work in other works

    The Application of Hybridized Genetic Algorithms to the Protein Folding Problem

    Get PDF
    The protein folding problem consists of attempting to determine the native conformation of a protein given its primary structure. This study examines various methods of hybridizing a genetic algorithm implementation in order to minimize an energy function and predict the conformation (structure) of Met-enkephalin. Genetic Algorithms are semi-optimal algorithms designed to explore and exploit a search space. The genetic algorithm uses selection, recombination, and mutation operators on populations of strings which represent possible solutions to the given problem. One step in solving the protein folding problem is the design of efficient energy minimization techniques. A conjugate gradient minimization technique is described and tested with different replacement frequencies. Baidwinian, Lamarckian, and probabilistic Lamarckian evolution are all tested. Another extension of simple genetic algorithms can be accomplished with niching. Niching works by de-emphasizing solutions based on their proximity to other solutions in the space. Several variations of niching are tested. Experiments are conducted to determine the benefits of each hybridization technique versus each other and versus the genetic algorithm by itself. The experiments are geared toward trying to find the lowest possible energy and hence the minimum conformation of Met-enkephalin. In the experiments, probabilistic Lamarckian strategies were successful in achieving energies below that of the published minimum in QUANTA

    M-ary Coded Mouldation Assisted Genetic Algorithm Based Multiuser Detection for CDMA Systems

    No full text
    In this contribution we propose a novel M-ary Coded Modulation assisted Genetic Algorithm based Multiuser Detection (CM-GA-MUD) scheme for synchronous CDMA systems. The performance of the proposed scheme was investigated using Quadrature-Phase-Shift-Keying (QPSK), 8-level PSK (8PSK) and 16-level Quadrature Amplitude Modulation (16QAM) when communicating over AWGN and narrowband Rayleigh fading channels. When compared with the optimum MUD scheme, the GAMUD subsystem is capable of reducing the computational complexity significantly. On the other hand, the CM subsystem is capable of obtaining considerable coding gains despite being fed with sub-optimal information provided by the GA-MUD output

    Convergence properties of simple genetic algorithms

    Get PDF
    The essential parameters determining the behaviour of genetic algorithms were investigated. Computer runs were made while systematically varying the parameter values. Results based on the progress curves obtained from these runs are presented along with results based on the variability of the population as the run progresses

    Refined Genetic Algorithms for Polypeptide Structure Prediction

    Get PDF
    Accurate and reliable prediction of macromolecular structures has eluded researchers for nearly 40 years. Prediction via energy minimization assumes the native conformation has the globally minimal energy potential. An exhaustive search is impossible since for molecules of normal size, the size of the search space exceeds the size of the universe. Domain knowledge sources, such as the Brookhaven PDB can be mined for constraints to limit the search space. Genetic algorithms (GAs) are stochastic, population based, search algorithms of polynomial (P) time complexity that can produce semi-optimal solutions for problems of nondeterministic polynomial (NP) time complexity such as PSP. Three refined GAs are presented: A farming model parallel hybrid GA (PHGA) preserves the effectiveness of the serial algorithm with substantial speed up. Portability across distributed and MPP platforms is accomplished with the Message Passing Interface (MPI) communications standard. A Real-valved GA system, real-valued Genetic Algorithm, Limited by constraints (REGAL), exploiting domain knowledge. Experiments with the pentapeptide Met-enkephalin have identified conformers with lower energies (CHARMM) than the accepted optimal conformer (Scheraga, et al), -31.98 vs -28.96 kcals/mol. Analysis of exogenous parameters yields additional insight into performance. A parallel version (Para-REGAL), an island model modified to allow different active constraints in the distributed subpopulations and novel concepts of Probability of Migration and Probability of Complete Migration

    Deep Encoding: Where Genetic Algorithms and Numeral Systems Meet

    Get PDF
    It has been shown empirically that certain benefits can be gained by modelling genetic algorithm encoding as a numeral system and imple-menting mutation as a form of the numeral system’s arithmetic. It is the aim of this project to strengthen these findings. We will do this in three stages.Firstly, by creating meaningful classifications of numeral systems and formally proving crucial properties such as termination of standardisation and normalisation.Secondly, by developing a programming framework centered around these system classes. The framework is used on strings and can impose numeral systems on them. This allows the user to write code that can be run with a selection of systems to see different results. For example, taking the string ”10” and treating it as binary or decimal depending on what the user dictates.Thirdly, by writing a genetic algorithm and using the aforementioned framework to write an encoding method and mutation function that are based off of numeral system arithmetic. The mutation function adds a random unit value to the digit string and mutates the string by utilising arithmetic overflow
    corecore