Search: in
Genetic representation
Genetic representation Encyclopedia
  Tutorials     Encyclopedia     Dictionary     Directory  
Genetic_representation Email this to a friend      Genetic_representation

Genetic representation

Genetic representation is a way of representing solutions/individuals in evolutionary computation methods. Genetic representation can encode appearance, behavior, physical qualities of individuals. Designing a good genetic representation that is expressive and evolvable is a hard problem in evolutionary computation. Difference in genetic representations in one of the major criteria drawing a line between known classes of evolutionary computation.

Genetic algorithm uses linear binary representations. The most standard one is an array of bits. Arrays of other types and structures can be used in essentially the same way. The main property that makes these genetic representations convenient is that their parts are easily aligned due to their fixed size. This facilitates simple crossover operation. Variable length representations were also explored in Genetic algorithms, but crossover implementation is more complex in this case.

Evolution strategy uses linear real-valued representations, e.g. an array of real values. It uses mostly gaussian mutation and blending/averaging crossover.

Genetic programming (GP) pioneered tree-like representations and developed genetic operators suitable for such representations. Tree-like representations are used in GP to represent and evolve functional programs with desired properties.

Human-based genetic algorithm (HBGA) offers a way to avoid solving hard representation problems by outsourcing all genetic operators to outside agents (in this case, humans). This way the algorithm need not be aware of a particular genetic representation used for any solution. We don't need to a fixed genetic representation as long as we have enough external agents capable of handling those representations. This allows for free-form and evolving genetic representations.

Common genetic representations





Source: Wikipedia | The above article is available under the GNU FDL. | Edit this article



Related Links in Genetic representation

Search for Genetic representation in Tutorials
Search for Genetic representation in Encyclopedia
Search for Genetic representation in Dictionary
Search for Genetic representation in Open Directory
Search for Genetic representation in Store
Search for Genetic representation in PriceGig



Help build the largest human-edited directory on the web.
Submit a Site - Open Directory Project - Become an Editor

Advertisement

Advertisement



Genetic representation
Genetic_representation top Genetic_representation

Home - Add TutorGig to Your Site - Disclaimer

©2008-2009 TutorGig.com. All Rights Reserved. Privacy Statement