martedì 8 maggio 2007

Genetic algorithms, the next generation

A genetic algorithm (or GA) is a search technique used in computing to find true or approximate solutions to optimization and search problems. Genetic algorithms are categorized as global search heuristics. Genetic algorithms are a particular class of evolutionary algorithms that use techniques inspired by evolutionary biology such as inheritance, mutation, selection, and crossover (also called recombination).


Genetic algorithms are implemented as a computer simulation in which a population of abstract representations (called chromosomes or the genotype or the genome) of candidate solutions (called individuals, creatures, or phenotypes) to an optimization problem evolves toward better solutions. Traditionally, solutions are represented in binary as strings of 0s and 1s, but other encodings are also possible. The evolution usually starts from a population of randomly generated individuals and happens in generations. In each generation, the fitness of every individual in the population is evaluated, multiple individuals are stochastically selected from the current population (based on their fitness), and modified (recombined and possibly mutated) to form a new population. The new population is then used in the next iteration of the algorithm. Commonly, the algorithm terminates when either a maximum number of generations has been produced, or a satisfactory fitness level has been reached for the population. If the algorithm has terminated due to a maximum number of generations, a satisfactory solution may or may not have been reached.


Genetic algorithms find application in biogenetics, computer science, engineering, economics, chemistry, manufacturing, mathematics, physics and other fields.

Reference URL: http://www.geneticalgorithms.it


Matlab source code




Matlab source code for signal processing, image processing and biometric recognition.

Areas of interest:

  • Biometric Recognition
  • Artificial Neural Networks
  • Genetic Algorithms
  • Fuzzy Logic
  • Pattern Recognition
  • Stock Market Prediction

We develop code on-demand. For further information please visit our web site http://www.advancedsourcecode.com/ or email us luigi.rosa@tiscali.it.