enow.com Web Search

Search results

  1. Results from the WOW.Com Content Network
  2. Genetic algorithm - Wikipedia

    en.wikipedia.org/wiki/Genetic_algorithm

    In computer science and operations research, a genetic algorithm (GA) is a metaheuristic inspired by the process of natural selection that belongs to the larger class of evolutionary algorithms (EA). [1]

  3. List of genetic algorithm applications - Wikipedia

    en.wikipedia.org/wiki/List_of_genetic_algorithm...

    Learning robot behavior using genetic algorithms; Image processing: Dense pixel matching [16] Learning fuzzy rule base using genetic algorithms; Molecular structure optimization (chemistry) Optimisation of data compression systems, for example using wavelets. Power electronics design. [17] Traveling salesman problem and its applications [14]

  4. Genetic programming - Wikipedia

    en.wikipedia.org/wiki/Genetic_programming

    Genetic programming (GP) is an evolutionary algorithm, an artificial intelligence technique mimicking natural evolution, which operates on a population of programs. It applies the genetic operators selection according to a predefined fitness measure , mutation and crossover .

  5. Mutation (evolutionary algorithm) - Wikipedia

    en.wikipedia.org/wiki/Mutation_(evolutionary...

    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. A common method of implementing the mutation operator involves generating a random variable for each bit in a sequence. This random variable tells whether ...

  6. Chromosome (evolutionary algorithm) - Wikipedia

    en.wikipedia.org/wiki/Chromosome_(evolutionary...

    Tree representations in a chromosome are used by genetic programming, an EA type for generating computer programs or circuits. [10] The trees correspond to the syntax trees generated by a compiler as internal representation when translating a computer program. The adjacent figure shows the syntax tree of a mathematical expression as an example.

  7. Gene expression programming - Wikipedia

    en.wikipedia.org/wiki/Gene_expression_programming

    Evolutionary algorithms use populations of individuals, select individuals according to fitness, and introduce genetic variation using one or more genetic operators. Their use in artificial computational systems dates back to the 1950s where they were used to solve optimization problems (e.g. Box 1957 [1] and Friedman 1959 [2]).

  8. List of algorithms - Wikipedia

    en.wikipedia.org/wiki/List_of_algorithms

    An algorithm is fundamentally a set of rules or defined procedures that is typically designed and used to solve a specific problem or a broad set of problems.. Broadly, algorithms define process(es), sets of rules, or methodologies that are to be followed in calculations, data processing, data mining, pattern recognition, automated reasoning or other problem-solving operations.

  9. Memetic algorithm - Wikipedia

    en.wikipedia.org/wiki/Memetic_algorithm

    In computer science and operations research, a memetic algorithm (MA) is an extension of an evolutionary algorithm (EA) that aims to accelerate the evolutionary search for the optimum. An EA is a metaheuristic that reproduces the basic principles of biological evolution as a computer algorithm in order to solve challenging optimization or ...